aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/declare.mli
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2016-09-29 15:51:18 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2016-09-29 15:56:10 +0200
commit9615c025a2a09b69f2001d44a66a1fddef74e680 (patch)
tree4643d4f0f38b89402265df46c56119e28a8afe40 /library/declare.mli
parent5348a615a484e379896deac8a6944af1f92b2d4c (diff)
Fix bug #4869, allow Prop, Set, and level names in constraints.
Diffstat (limited to 'library/declare.mli')
-rw-r--r--library/declare.mli4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/declare.mli b/library/declare.mli
index 7824506da..4051174a7 100644
--- a/library/declare.mli
+++ b/library/declare.mli
@@ -90,4 +90,6 @@ val exists_name : Id.t -> bool
(** Global universe names and constraints *)
val do_universe : polymorphic -> Id.t Loc.located list -> unit
-val do_constraint : polymorphic -> (Id.t Loc.located * Univ.constraint_type * Id.t Loc.located) list -> unit
+val do_constraint : polymorphic ->
+ (Misctypes.glob_level * Univ.constraint_type * Misctypes.glob_level) list ->
+ unit