summaryrefslogtreecommitdiff
path: root/vernac/auto_ind_decl.mli
diff options
context:
space:
mode:
Diffstat (limited to 'vernac/auto_ind_decl.mli')
-rw-r--r--vernac/auto_ind_decl.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/auto_ind_decl.mli b/vernac/auto_ind_decl.mli
index 5cc783df..11f26c7c 100644
--- a/vernac/auto_ind_decl.mli
+++ b/vernac/auto_ind_decl.mli
@@ -23,7 +23,7 @@ exception EqUnknown of string
exception UndefinedCst of string
exception InductiveWithProduct
exception InductiveWithSort
-exception ParameterWithoutEquality of Globnames.global_reference
+exception ParameterWithoutEquality of GlobRef.t
exception NonSingletonProp of inductive
exception DecidabilityMutualNotSupported
exception NoDecidabilityCoInductive