Module Tacticals.New
The tacticals in the module New are the tactical of Ltac. Their semantics is an extension of the tacticals in this file for the multi-goal backtracking tactics. They do not have the same semantics as the similarly named tacticals in Proofview. The tactical of Proofview are used in the definition of the tacticals of Tacticals.New, but they are more atomic. In particular Tacticals.New.tclORELSE sees lack of progress as a failure, whereas Proofview.tclORELSE doesn't. Additionally every tactic which can catch failure (tclOR, tclORELSE, tclTRY, tclREPEAt, etc…) are run into each goal independently (failures and backtracks are localised to a given goal).
val catch_failerror : Util.iexn -> unit Proofview.tacticcatch_failerror efails and decreases the level ifeis an Ltac error with level more than 0. Otherwise succeeds.
val tclIDTAC : unit Proofview.tacticval tclTHEN : unit Proofview.tactic -> unit Proofview.tactic -> unit Proofview.tacticval tclFAIL : int -> Pp.t -> 'a Proofview.tacticval tclZEROMSG : ?loc:Loc.t -> Pp.t -> 'a Proofview.tacticFail with a
User_Errorcontaining the given message.
val tclOR : unit Proofview.tactic -> unit Proofview.tactic -> unit Proofview.tacticval tclORD : unit Proofview.tactic -> (unit -> unit Proofview.tactic) -> unit Proofview.tacticLike
tclORbut accepts a delayed tactic as a second argument in the form of a function which will be run only in case of backtracking.
val tclONCE : unit Proofview.tactic -> unit Proofview.tacticval tclEXACTLY_ONCE : unit Proofview.tactic -> unit Proofview.tacticval tclIFCATCH : unit Proofview.tactic -> (unit -> unit Proofview.tactic) -> (unit -> unit Proofview.tactic) -> unit Proofview.tacticval tclORELSE0 : unit Proofview.tactic -> unit Proofview.tactic -> unit Proofview.tacticval tclORELSE : unit Proofview.tactic -> unit Proofview.tactic -> unit Proofview.tacticval tclTHENS3PARTS : unit Proofview.tactic -> unit Proofview.tactic array -> unit Proofview.tactic -> unit Proofview.tactic array -> unit Proofview.tactictclTHENS3PARTS tac1 [|t1 ; ... ; tn|] tac2 [|t'1 ; ... ; t'm|] glsapplies the tactictac1toglsthen, appliest1, ...,tnto the firstnresulting subgoals,t'1, ...,t'mto the lastmsubgoals andtac2to the rest of the subgoals in the middle. Raises an error if the number of resulting subgoals is strictly less thann+m
val tclTHENSFIRSTn : unit Proofview.tactic -> unit Proofview.tactic array -> unit Proofview.tactic -> unit Proofview.tacticval tclTHENFIRSTn : unit Proofview.tactic -> unit Proofview.tactic array -> unit Proofview.tacticval tclTHENFIRST : unit Proofview.tactic -> unit Proofview.tactic -> unit Proofview.tactictclTHENFIRST tac1 tac2 glsapplies the tactictac1toglsandtac2to the first resulting subgoal
val tclBINDFIRST : 'a Proofview.tactic -> ('a -> 'b Proofview.tactic) -> 'b Proofview.tacticval tclTHENLASTn : unit Proofview.tactic -> unit Proofview.tactic array -> unit Proofview.tacticval tclTHENLAST : unit Proofview.tactic -> unit Proofview.tactic -> unit Proofview.tacticval tclBINDLAST : 'a Proofview.tactic -> ('a -> 'b Proofview.tactic) -> 'b Proofview.tacticval tclTHENS : unit Proofview.tactic -> unit Proofview.tactic list -> unit Proofview.tacticval tclTHENLIST : unit Proofview.tactic list -> unit Proofview.tacticval tclMAP : ('a -> unit Proofview.tactic) -> 'a list -> unit Proofview.tactictclMAP f [x1..xn]builds(f x1);(f x2);...(f xn)
val tclTRY : unit Proofview.tactic -> unit Proofview.tacticval tclTRYb : unit Proofview.tactic -> bool list Proofview.tacticval tclFIRST : unit Proofview.tactic list -> unit Proofview.tacticval tclIFTHENELSE : unit Proofview.tactic -> unit Proofview.tactic -> unit Proofview.tactic -> unit Proofview.tacticval tclIFTHENSVELSE : unit Proofview.tactic -> unit Proofview.tactic array -> unit Proofview.tactic -> unit Proofview.tacticval tclIFTHENTRYELSEMUST : unit Proofview.tactic -> unit Proofview.tactic -> unit Proofview.tacticval tclIFTHENFIRSTTRYELSEMUST : unit Proofview.tactic -> unit Proofview.tactic -> unit Proofview.tacticval tclDO : int -> unit Proofview.tactic -> unit Proofview.tacticval tclREPEAT : unit Proofview.tactic -> unit Proofview.tacticval tclREPEAT_MAIN : unit Proofview.tactic -> unit Proofview.tacticval tclCOMPLETE : 'a Proofview.tactic -> 'a Proofview.tacticval tclSOLVE : unit Proofview.tactic list -> unit Proofview.tacticval tclPROGRESS : unit Proofview.tactic -> unit Proofview.tacticval tclSELECT : Goal_select.t -> 'a Proofview.tactic -> 'a Proofview.tacticval tclWITHHOLES : bool -> 'a Proofview.tactic -> Evd.evar_map -> 'a Proofview.tacticval tclDELAYEDWITHHOLES : bool -> 'a Tactypes.delayed_open -> ('a -> unit Proofview.tactic) -> unit Proofview.tacticval tclTIMEOUT : int -> unit Proofview.tactic -> unit Proofview.tacticval tclTIME : string option -> 'a Proofview.tactic -> 'a Proofview.tacticval nLastDecls : Proofview.Goal.t -> int -> EConstr.named_contextval ifOnHyp : ((Names.Id.t * EConstr.types) -> bool) -> (Names.Id.t -> unit Proofview.tactic) -> (Names.Id.t -> unit Proofview.tactic) -> Names.Id.t -> unit Proofview.tacticval onNthHypId : int -> (Names.Id.t -> unit Proofview.tactic) -> unit Proofview.tacticval onLastHypId : (Names.Id.t -> unit Proofview.tactic) -> unit Proofview.tacticval onLastHyp : (EConstr.constr -> unit Proofview.tactic) -> unit Proofview.tacticval onLastDecl : (EConstr.named_declaration -> unit Proofview.tactic) -> unit Proofview.tacticval onHyps : (Proofview.Goal.t -> EConstr.named_context) -> (EConstr.named_context -> unit Proofview.tactic) -> unit Proofview.tacticval afterHyp : Names.Id.t -> (EConstr.named_context -> unit Proofview.tactic) -> unit Proofview.tacticval tryAllHyps : (Names.Id.t -> unit Proofview.tactic) -> unit Proofview.tacticval tryAllHypsAndConcl : (Names.Id.t option -> unit Proofview.tactic) -> unit Proofview.tacticval onClause : (Names.Id.t option -> unit Proofview.tactic) -> Locus.clause -> unit Proofview.tacticval elimination_sort_of_goal : Proofview.Goal.t -> Sorts.familyval elimination_sort_of_hyp : Names.Id.t -> Proofview.Goal.t -> Sorts.familyval elimination_sort_of_clause : Names.Id.t option -> Proofview.Goal.t -> Sorts.familyval elimination_then : (branch_args -> unit Proofview.tactic) -> EConstr.constr -> unit Proofview.tacticval case_then_using : Tactypes.or_and_intro_pattern option -> (branch_args -> unit Proofview.tactic) -> EConstr.constr option -> (Names.inductive * EConstr.EInstance.t) -> (EConstr.constr * EConstr.types) -> unit Proofview.tacticval case_nodep_then_using : Tactypes.or_and_intro_pattern option -> (branch_args -> unit Proofview.tactic) -> EConstr.constr option -> (Names.inductive * EConstr.EInstance.t) -> (EConstr.constr * EConstr.types) -> unit Proofview.tacticval elim_on_ba : (branch_assumptions -> unit Proofview.tactic) -> branch_args -> unit Proofview.tacticval case_on_ba : (branch_assumptions -> unit Proofview.tactic) -> branch_args -> unit Proofview.tacticval pf_constr_of_global : Names.GlobRef.t -> EConstr.constr Proofview.tactic