1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
(* v * Copyright INRIA, CNRS and contributors *)
(* <O___,, * (see version control and CREDITS file for authors & dates) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
(* * GNU Lesser General Public License Version 2.1 *)
(* * (see LICENSE file for the text of the license) *)
(************************************************************************)
val wit_fun_ind_using :
(Constrexpr.constr_expr Tactypes.with_bindings option,
Genintern.glob_constr_and_expr Tactypes.with_bindings option,
EConstr.constr Tactypes.with_bindings Tactypes.delayed_open option)
Genarg.genarg_type
val fun_ind_using :
Constrexpr.constr_expr Tactypes.with_bindings option Pcoq.Entry.t
val wit_with_names :
(Constrexpr.constr_expr Tactypes.intro_pattern_expr CAst.t option,
Genintern.glob_constr_and_expr Tactypes.intro_pattern_expr CAst.t option,
Tactypes.intro_pattern option)
Genarg.genarg_type
val with_names :
Constrexpr.constr_expr Tactypes.intro_pattern_expr CAst.t option
Pcoq.Entry.t
val wit_constr_comma_sequence' :
(Constrexpr.constr_expr list, Genintern.glob_constr_and_expr list,
EConstr.constr list)
Genarg.genarg_type
val constr_comma_sequence' : Constrexpr.constr_expr list Pcoq.Entry.t
val wit_auto_using' :
(Constrexpr.constr_expr list, Genintern.glob_constr_and_expr list,
EConstr.constr list)
Genarg.genarg_type
val auto_using' : Constrexpr.constr_expr list Pcoq.Entry.t
val wit_function_fix_definition :
Vernacexpr.fixpoint_expr Loc.located Genarg.uniform_genarg_type
val function_fix_definition :
Vernacexpr.fixpoint_expr Loc.located Pcoq.Entry.t
val wit_fun_scheme_arg :
(Names.Id.t * Libnames.qualid * Sorts.family) Genarg.vernac_genarg_type
val fun_scheme_arg :
(Names.Id.t * Libnames.qualid * Sorts.family) Pcoq.Entry.t
|