Ssreflect_plugin.Ssrcommonval allocc : Ssrast.ssroccval hyp_id : Ssrast.ssrhyp -> Names.Id.tval hyps_ids : Ssrast.ssrhyps -> Names.Id.t listval check_hyp_exists : ( 'a, 'b ) Context.Named.pt -> Ssrast.ssrhyp -> unitval test_hyp_exists : ( 'a, 'b ) Context.Named.pt -> Ssrast.ssrhyp -> boolval check_hyps_uniq : Names.Id.t list -> Ssrast.ssrhyps -> unitval not_section_id : Names.Id.t -> boolval hyp_err : ?loc:Loc.t -> string -> Names.Id.t -> 'aval hoik : ( Ssrast.ssrhyp -> 'a ) -> Ssrast.ssrhyp_or_id -> 'aval hoi_id : Ssrast.ssrhyp_or_id -> Names.Id.tval mk_hint : 'a -> 'a Ssrast.ssrhintval nohint : 'a Ssrast.ssrhintval errorstrm : Pp.t -> 'aval option_assert_get : 'a option -> Pp.t -> 'aval mkRHole : Glob_term.glob_constrval mkRHoles : int -> Glob_term.glob_constr listval isRHoles : Glob_term.glob_constr list -> boolval mkRApp :
Glob_term.glob_constr ->
Glob_term.glob_constr list ->
Glob_term.glob_constrval mkRVar : Names.Id.t -> Glob_term.glob_constrval mkRltacVar : Names.Id.t -> Glob_term.glob_constrval mkRCast :
Glob_term.glob_constr ->
Glob_term.glob_constr ->
Glob_term.glob_constrval mkRType : Glob_term.glob_constrval mkRProp : Glob_term.glob_constrval mkRArrow :
Glob_term.glob_constr ->
Glob_term.glob_constr ->
Glob_term.glob_constrval mkRConstruct : Names.constructor -> Glob_term.glob_constrval mkRInd : Names.inductive -> Glob_term.glob_constrval mkRLambda :
Names.Name.t ->
Glob_term.glob_constr ->
Glob_term.glob_constr ->
Glob_term.glob_constrval mkRnat : int -> Glob_term.glob_constrval mkCHole : Loc.t option -> Constrexpr.constr_exprval mkCHoles : ?loc:Loc.t -> int -> Constrexpr.constr_expr listval mkCVar : ?loc:Loc.t -> Names.Id.t -> Constrexpr.constr_exprval mkCCast :
?loc:Loc.t ->
Constrexpr.constr_expr ->
Constrexpr.constr_expr ->
Constrexpr.constr_exprval mkCType : Loc.t option -> Constrexpr.constr_exprval mkCProp : Loc.t option -> Constrexpr.constr_exprval mkCArrow :
?loc:Loc.t ->
Constrexpr.constr_expr ->
Constrexpr.constr_expr ->
Constrexpr.constr_exprval mkCLambda :
?loc:Loc.t ->
Names.Name.t ->
Constrexpr.constr_expr ->
Constrexpr.constr_expr ->
Constrexpr.constr_exprval isCHoles : Constrexpr.constr_expr list -> boolval isCxHoles : (Constrexpr.constr_expr * 'a option) list -> boolval intern_term :
Ltac_plugin.Tacinterp.interp_sign ->
Environ.env ->
Ssrast.ssrterm ->
Glob_term.glob_constrval interp_term :
Environ.env ->
Evd.evar_map ->
Ltac_plugin.Tacinterp.interp_sign ->
Ssrast.ssrterm ->
Evd.evar_map * EConstr.tval interp_hyp :
Ssrast.ist ->
Environ.env ->
Evd.evar_map ->
Ssrast.ssrhyp ->
Ssrast.ssrhypval interp_hyps :
Ssrast.ist ->
Environ.env ->
Evd.evar_map ->
Ssrast.ssrhyps ->
Ssrast.ssrhypsval interp_refine :
Environ.env ->
Evd.evar_map ->
Ltac_plugin.Tacinterp.interp_sign ->
concl:EConstr.constr ->
Glob_term.glob_constr ->
Evd.evar_map * EConstr.constrval interp_open_constr :
Environ.env ->
Evd.evar_map ->
Ltac_plugin.Tacinterp.interp_sign ->
Genintern.glob_constr_and_expr ->
Evd.evar_map * EConstr.tval splay_open_constr :
Environ.env ->
(Evd.evar_map * EConstr.t) ->
(Names.Name.t Context.binder_annot * EConstr.t) list * EConstr.tval isAppInd : Environ.env -> Evd.evar_map -> EConstr.types -> boolval mk_term : Ssrast.ssrtermkind -> Constrexpr.constr_expr -> Ssrast.ssrtermval mk_lterm : Constrexpr.constr_expr -> Ssrast.ssrtermval mk_ast_closure_term :
[ `None | `Parens | `DoubleParens | `At ] ->
Constrexpr.constr_expr ->
Ssrast.ast_closure_termval interp_ast_closure_term :
Geninterp.interp_sign ->
Environ.env ->
Evd.evar_map ->
Ssrast.ast_closure_term ->
Ssrast.ast_closure_termval subst_ast_closure_term :
Mod_subst.substitution ->
Ssrast.ast_closure_term ->
Ssrast.ast_closure_termval glob_ast_closure_term :
Genintern.glob_sign ->
Ssrast.ast_closure_term ->
Ssrast.ast_closure_termval ssrterm_of_ast_closure_term : Ssrast.ast_closure_term -> Ssrast.ssrtermval ssrdgens_of_parsed_dgens :
((Ssrast.ssrdocc * Ssrmatching_plugin.Ssrmatching.cpattern) list list
* Ssrast.ssrclear) ->
Ssrast.ssrdgensval mk_internal_id : string -> Names.Id.tval mk_tagged_id : string -> int -> Names.Id.tval mk_evar_name : int -> Names.Name.tval type_id : Environ.env -> Evd.evar_map -> EConstr.types -> Names.Id.tval abs_evars :
Environ.env ->
Evd.evar_map ->
?rigid:Evar.t list ->
(Evd.evar_map * EConstr.t) ->
EConstr.t * Evar.t list * UState.tval abs_cterm : Environ.env -> Evd.evar_map -> int -> EConstr.t -> EConstr.tval constr_name : Evd.evar_map -> EConstr.t -> Names.Name.tval mkSsrRef : string -> Names.GlobRef.tval mkSsrRRef : string -> Glob_term.glob_constr * 'a optionval mkSsrConst :
Environ.env ->
Evd.evar_map ->
string ->
Evd.evar_map * EConstr.tval is_discharged_id : Names.Id.t -> boolval mk_discharged_id : Names.Id.t -> Names.Id.tval ssrqid : string -> Libnames.qualidval mk_anon_id : string -> Names.Id.t list -> Names.Id.tval nbargs_open_constr : Environ.env -> (Evd.evar_map * EConstr.t) -> intval pf_nbargs : Environ.env -> Evd.evar_map -> EConstr.t -> intval ssrevaltac :
Ltac_plugin.Tacinterp.interp_sign ->
Ltac_plugin.Tacinterp.Value.t ->
unit Proofview.tacticval convert_concl_no_check : EConstr.t -> unit Proofview.tacticval convert_concl : check:bool -> EConstr.t -> unit Proofview.tacticval red_safe :
Reductionops.reduction_function ->
Environ.env ->
Evd.evar_map ->
EConstr.t ->
EConstr.tval red_product_skip_id : Environ.env -> Evd.evar_map -> EConstr.t -> EConstr.tval ssrautoprop_tac : unit Proofview.tactic Stdlib.refval mkProt :
Environ.env ->
Evd.evar_map ->
EConstr.t ->
EConstr.t ->
Evd.evar_map * EConstr.tval mkRefl :
Environ.env ->
Evd.evar_map ->
EConstr.t ->
EConstr.t ->
Evd.evar_map * EConstr.tval discharge_hyp :
(Names.Id.t * (Names.Id.t * string)) ->
unit Proofview.tacticval view_error : string -> Ssrast.ssrterm -> 'a Proofview.tacticval top_id : Names.Id.tval abs_ssrterm :
?resolve_typeclasses:bool ->
Ssrast.ist ->
Environ.env ->
Evd.evar_map ->
Ssrast.ssrterm ->
Evd.evar_map * EConstr.t * intval pf_interp_ty :
?resolve_typeclasses:bool ->
Environ.env ->
Evd.evar_map ->
Ltac_plugin.Tacinterp.interp_sign ->
(Ssrast.ssrtermkind * (Glob_term.glob_constr * Constrexpr.constr_expr option)) ->
Evd.evar_map * int * EConstr.t * EConstr.tval ssr_n_tac : string -> int -> unit Proofview.tacticval donetac : int -> unit Proofview.tacticval applyn :
with_evars:bool ->
?beta:bool ->
?with_shelve:bool ->
?first_goes_last:bool ->
int ->
EConstr.t ->
unit Proofview.tacticval saturate :
?beta:bool ->
?bi_types:bool ->
Environ.env ->
Evd.evar_map ->
EConstr.constr ->
?ty:EConstr.types ->
int ->
EConstr.constr
* EConstr.types
* (int * EConstr.constr * EConstr.types) list
* Evd.evar_mapval refine_with :
?first_goes_last:bool ->
?beta:bool ->
?with_evars:bool ->
(Evd.evar_map * EConstr.t) ->
unit Proofview.tacticval resolve_typeclasses :
Environ.env ->
Evd.evar_map ->
where:EConstr.t ->
fail:bool ->
Evd.evar_mapval rewritetac :
?under:bool ->
Ssrast.ssrdir ->
EConstr.t ->
unit Proofview.tactictype name_hint = (int * EConstr.types array) option Stdlib.refval gentac :
(Ssrast.ssrdocc * Ssrmatching_plugin.Ssrmatching.cpattern) ->
unit Proofview.tacticval genstac :
(((Ssrast.ssrhyp list option * Ssrmatching_plugin.Ssrmatching.occ)
* Ssrmatching_plugin.Ssrmatching.cpattern)
list
* Ssrast.ssrhyp list) ->
unit Proofview.tacticval interp_gen :
Environ.env ->
Evd.evar_map ->
concl:EConstr.t ->
bool ->
((Ssrast.ssrhyp list option * Ssrmatching_plugin.Ssrmatching.occ)
* Ssrmatching_plugin.Ssrmatching.cpattern) ->
Evd.evar_map * (EConstr.t * EConstr.t * Ssrast.ssrhyp list)Basic tactics
val introid :
?orig:Names.Name.t Stdlib.ref ->
Names.Id.t ->
unit Proofview.tacticval intro_anon : unit Proofview.tacticval interp_clr :
Evd.evar_map ->
(Ssrast.ssrhyps option * (Ssrast.ssrtermkind * EConstr.t)) ->
Ssrast.ssrhypsval genclrtac :
EConstr.constr ->
EConstr.constr list ->
Ssrast.ssrhyp list ->
unit Proofview.tacticval cleartac : Ssrast.ssrhyps -> unit Proofview.tacticval tclMULT :
(int * Ssrast.ssrmmod) ->
unit Proofview.tactic ->
unit Proofview.tacticval unprotecttac : unit Proofview.tacticval is_protect : EConstr.t -> Environ.env -> Evd.evar_map -> boolval abs_wgen :
Environ.env ->
Evd.evar_map ->
bool ->
( Names.Id.t -> Names.Id.t ) ->
('a
* ((Ssrast.ssrhyp_or_id * string)
* Ssrmatching_plugin.Ssrmatching.cpattern option)
option) ->
(EConstr.t list * EConstr.t) ->
Evd.evar_map * EConstr.t list * EConstr.tval clr_of_wgen :
(Ssrast.ssrhyps * ((Ssrast.ssrhyp_or_id * 'a) * 'b option) option) ->
unit Proofview.tactic list ->
unit Proofview.tactic listval unfold : EConstr.t list -> unit Proofview.tacticval tclINTERP_AST_CLOSURE_TERM_AS_CONSTR :
Ssrast.ast_closure_term ->
EConstr.t list Proofview.tacticval tacTYPEOF : EConstr.t -> EConstr.types Proofview.tacticval tclINTRO_ID : Names.Id.t -> unit Proofview.tacticval tclINTRO_ANON : ?seed:string -> unit -> unit Proofview.tacticval tclINTRO :
id:intro_id ->
conclusion:
( orig_name:Names.Name.t -> new_name:Names.Id.t -> unit Proofview.tactic ) ->
unit Proofview.tacticval tclRENAME_HD_PROD : Names.Name.t -> unit Proofview.tacticval tcl0G : default:'a -> 'a Proofview.tactic -> 'a Proofview.tacticval tclFIRSTa : 'a Proofview.tactic list -> 'a Proofview.tacticval tclFIRSTi : ( int -> 'a Proofview.tactic ) -> int -> 'a Proofview.tacticval tacCONSTR_NAME :
?name:Names.Name.t ->
EConstr.t ->
Names.Name.t Proofview.tacticval tacMKPROD :
EConstr.t ->
?name:Names.Name.t ->
EConstr.types ->
EConstr.types Proofview.tacticval tacINTERP_CPATTERN :
Ssrmatching_plugin.Ssrmatching.cpattern ->
Ssrmatching_plugin.Ssrmatching.pattern Proofview.tacticval tacUNIFY : EConstr.t -> EConstr.t -> unit Proofview.tacticval tacIS_INJECTION_CASE :
?ty:EConstr.types ->
EConstr.t ->
bool Proofview.tacticval tclWITHTOP :
( EConstr.t -> unit Proofview.tactic ) ->
unit Proofview.tactic1 shot, hands-on the top of the stack, eg for => ->
val tacMK_SSR_CONST : string -> EConstr.t Proofview.tacticmodule type StateType = sig ... endval is_ind_ref :
Environ.env ->
Evd.evar_map ->
EConstr.t ->
Names.GlobRef.t ->
boolval is_construct_ref :
Environ.env ->
Evd.evar_map ->
EConstr.t ->
Names.GlobRef.t ->
boolval is_const_ref :
Environ.env ->
Evd.evar_map ->
EConstr.t ->
Names.GlobRef.t ->
bool