(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* glob_tactic_expr -> glob_tactic_expr (** For generic arguments, we declare and store substitutions in a table *) type subst_genarg_type = substitution -> glob_generic_argument -> glob_generic_argument val subst_genarg : subst_genarg_type val add_genarg_subst : string -> subst_genarg_type -> unit (** Misc *) val subst_glob_constr_and_expr : substitution -> glob_constr_and_expr -> glob_constr_and_expr val subst_glob_with_bindings : substitution -> glob_constr_and_expr with_bindings -> glob_constr_and_expr with_bindings