aboutsummaryrefslogtreecommitdiff
path: root/kernel/uGraph.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-04-28 14:53:16 +0200
committerPierre-Marie Pédrot2018-04-28 14:53:16 +0200
commit15378584beffa63d83b4f443b4ec60c306efaadc (patch)
tree7077c77e600017c056806f817d88b836b95e182e /kernel/uGraph.mli
parentb9c8bb1621e017e029e87bc684255eae775718fc (diff)
parent02372d2ce62bec843b34ca65f87f6619871fe931 (diff)
Merge PR #6892: Cleanup implementation of normalize_context_set a bit
Diffstat (limited to 'kernel/uGraph.mli')
-rw-r--r--kernel/uGraph.mli5
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel/uGraph.mli b/kernel/uGraph.mli
index d4fba63fb3..cca2eb472b 100644
--- a/kernel/uGraph.mli
+++ b/kernel/uGraph.mli
@@ -59,7 +59,10 @@ val empty_universes : t
val sort_universes : t -> t
-val constraints_of_universes : t -> Constraint.t
+(** [constraints_of_universes g] returns [csts] and [partition] where
+ [csts] are the non-Eq constraints and [partition] is the partition
+ of the universes into equivalence classes. *)
+val constraints_of_universes : t -> Constraint.t * LSet.t list
val check_subtype : AUContext.t check_function
(** [check_subtype univ ctx1 ctx2] checks whether [ctx2] is an instance of