(***********************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* (goal list sigma * validation) and validation = (proof_tree list -> proof_tree) and tactic_expr = (constr, evaluable_global_reference, inductive or_metanum, identifier) Tacexpr.gen_tactic_expr and atomic_tactic_expr = (constr, evaluable_global_reference, inductive or_metanum, identifier) Tacexpr.gen_atomic_tactic_expr and tactic_arg = (constr, evaluable_global_reference, inductive or_metanum, identifier) Tacexpr.gen_tactic_arg type hyp_location = identifier Tacexpr.raw_hyp_location type open_generic_argument = (constr,raw_tactic_expr) generic_argument type closed_generic_argument = (constr,raw_tactic_expr) generic_argument type 'a closed_abstract_argument_type = ('a,constr,raw_tactic_expr) abstract_argument_type