aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/inductive.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/inductive.ml')
-rw-r--r--kernel/inductive.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/inductive.ml b/kernel/inductive.ml
index d1cffe867..dddac2ba0 100644
--- a/kernel/inductive.ml
+++ b/kernel/inductive.ml
@@ -178,7 +178,7 @@ let instantiate_universes env ctx ar argsorts =
(* This is a Type with constraints *)
else Type level
-exception SingletonInductiveBecomesProp of identifier
+exception SingletonInductiveBecomesProp of Id.t
let type_of_inductive_knowing_parameters ?(polyprop=true) env mip paramtyps =
match mip.mind_arity with