(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* f c | ByNotation (loc,s,_) -> loc let wit_int_or_var = make0 ~dyn:(val_tag (topwit Stdarg.wit_int)) "int_or_var" let wit_intro_pattern : (Constrexpr.constr_expr intro_pattern_expr located, glob_constr_and_expr intro_pattern_expr located, intro_pattern) genarg_type = make0 "intropattern" let wit_tactic : (raw_tactic_expr, glob_tactic_expr, Val.t) genarg_type = make0 "tactic" let wit_ltac = make0 ~dyn:(val_tag (topwit Stdarg.wit_unit)) "ltac" let wit_ident = make0 "ident" let wit_var = make0 ~dyn:(val_tag (topwit wit_ident)) "var" let wit_ref = make0 "ref" let wit_quant_hyp = make0 "quant_hyp" let wit_constr = make0 "constr" let wit_uconstr = make0 "uconstr" let wit_open_constr = make0 ~dyn:(val_tag (topwit wit_constr)) "open_constr" let wit_constr_with_bindings = make0 "constr_with_bindings" let wit_bindings = make0 "bindings" let wit_red_expr = make0 "redexpr" let wit_clause_dft_concl = make0 "clause_dft_concl" let wit_destruction_arg = make0 "destruction_arg" (** Aliases *) let wit_reference = wit_ref let wit_global = wit_ref let wit_clause = wit_clause_dft_concl let wit_quantified_hypothesis = wit_quant_hyp let wit_intropattern = wit_intro_pattern let wit_redexpr = wit_red_expr