aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/indschemes.mli
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/indschemes.mli')
-rw-r--r--toplevel/indschemes.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/toplevel/indschemes.mli b/toplevel/indschemes.mli
index ecadc3a18..be49f41e5 100644
--- a/toplevel/indschemes.mli
+++ b/toplevel/indschemes.mli
@@ -37,17 +37,17 @@ val declare_rewriting_schemes : inductive -> unit
(** Mutual Minimality/Induction scheme *)
val do_mutual_induction_scheme :
- (identifier located * bool * inductive * glob_sort) list -> unit
+ (Id.t located * bool * inductive * glob_sort) list -> unit
(** Main calls to interpret the Scheme command *)
-val do_scheme : (identifier located option * scheme) list -> unit
+val do_scheme : (Id.t located option * scheme) list -> unit
(** Combine a list of schemes into a conjunction of them *)
val build_combined_scheme : env -> constant list -> constr * types
-val do_combined_scheme : identifier located -> identifier located list -> unit
+val do_combined_scheme : Id.t located -> Id.t located list -> unit
(** Hook called at each inductive type definition *)