aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/auto_ind_decl.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-10-02 02:01:19 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-10-02 02:07:27 +0200
commit527d3525b726f8136b64c7c1cf770c702f966cad (patch)
treecc7afb6284d3cf6bf571fa330516884529f0aadb /toplevel/auto_ind_decl.mli
parent109e05059692d0f2f15a4b1699ff4a25d07e5a79 (diff)
Fix bug #5069: Scheme Equality gives anomalies in sections.
Diffstat (limited to 'toplevel/auto_ind_decl.mli')
-rw-r--r--toplevel/auto_ind_decl.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/auto_ind_decl.mli b/toplevel/auto_ind_decl.mli
index b6c66a1e8..fa5c61484 100644
--- a/toplevel/auto_ind_decl.mli
+++ b/toplevel/auto_ind_decl.mli
@@ -21,7 +21,7 @@ exception EqUnknown of string
exception UndefinedCst of string
exception InductiveWithProduct
exception InductiveWithSort
-exception ParameterWithoutEquality of constant
+exception ParameterWithoutEquality of Globnames.global_reference
exception NonSingletonProp of inductive
exception DecidabilityMutualNotSupported