summaryrefslogtreecommitdiff
path: root/vernac/indschemes.mli
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@debian.org>2019-02-02 19:29:28 -0500
committerGravatar Benjamin Barenblat <bbaren@debian.org>2019-02-02 19:29:28 -0500
commit1ef7f1c0c6897535a86daa77799714e25638f5e9 (patch)
tree5bcca733632ecc84d2c6b1ee48cb2e557a7adba5 /vernac/indschemes.mli
parent3a2fac7bcee36fd9dcb4f39a615c8ac0349abcc9 (diff)
parent9ebf44d84754adc5b64fcf612c6816c02c80462d (diff)
Updated version 8.9.0 from 'upstream/8.9.0'
Diffstat (limited to 'vernac/indschemes.mli')
-rw-r--r--vernac/indschemes.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/vernac/indschemes.mli b/vernac/indschemes.mli
index 43915788..ebfc76de 100644
--- a/vernac/indschemes.mli
+++ b/vernac/indschemes.mli
@@ -36,17 +36,17 @@ val declare_rewriting_schemes : inductive -> unit
*)
val do_mutual_induction_scheme : ?force_mutual:bool ->
- (Misctypes.lident * bool * inductive * Sorts.family) list -> unit
+ (lident * bool * inductive * Sorts.family) list -> unit
(** Main calls to interpret the Scheme command *)
-val do_scheme : (Misctypes.lident option * scheme) list -> unit
+val do_scheme : (lident option * scheme) list -> unit
(** Combine a list of schemes into a conjunction of them *)
val build_combined_scheme : env -> Constant.t list -> Evd.evar_map * constr * types
-val do_combined_scheme : Misctypes.lident -> Misctypes.lident list -> unit
+val do_combined_scheme : lident -> lident list -> unit
(** Hook called at each inductive type definition *)