Ltac_plugin.TacargSourceval wit_intropattern :
(Constrexpr.constr_expr Tactypes.intro_pattern_expr CAst.t,
Genintern.glob_constr_and_expr Tactypes.intro_pattern_expr CAst.t,
Tacexpr.intro_pattern)
Genarg.genarg_typeTactic related witnesses, could also live in tactics/ if other users
val wit_simple_intropattern :
(Constrexpr.constr_expr Tactypes.intro_pattern_expr CAst.t,
Genintern.glob_constr_and_expr Tactypes.intro_pattern_expr CAst.t,
Tacexpr.intro_pattern)
Genarg.genarg_typeval wit_open_constr_with_bindings :
(Constrexpr.constr_expr Tactypes.with_bindings,
Genintern.glob_constr_and_expr Tactypes.with_bindings,
EConstr.constr Tactypes.with_bindings Tactypes.delayed_open)
Genarg.genarg_typeGeneric arguments based on Ltac.
val wit_tactic :
(Tacexpr.raw_tactic_expr, Tacexpr.glob_tactic_expr, Geninterp.Val.t)
Genarg.genarg_typewit_ltac is subtly different from wit_tactic: they only change for their toplevel interpretation. The one of wit_ltac forces the tactic and discards the result.