aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/typeops.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/typeops.mli')
-rw-r--r--kernel/typeops.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/typeops.mli b/kernel/typeops.mli
index 3a4179fd4..7b3aff20d 100644
--- a/kernel/typeops.mli
+++ b/kernel/typeops.mli
@@ -20,7 +20,7 @@ val infer_v : env -> constr array -> unsafe_judgment array * constraints
val infer_type : env -> types -> unsafe_type_judgment * constraints
val infer_local_decls :
- env -> (identifier * local_entry) list
+ env -> (Id.t * local_entry) list
-> env * rel_context * constraints
(** {6 Basic operations of the typing machine. } *)