aboutsummaryrefslogtreecommitdiffhomepage
path: root/engine/uState.mli
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2015-11-26 14:19:37 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2015-12-01 11:34:54 +0100
commitf7030a3358dda9bbc6de8058ab3357be277c031a (patch)
treebb60d9071da2c8641eadd9b42c0ebf330d9027be /engine/uState.mli
parentd43915ae5ca44ad0f41a8accd9ab908779f382e5 (diff)
Remove unneeded fixpoint in normalize_context_set. Note that it is no
longer stable w.r.t. equality constraints as the universe graph will choose different canonical levels depending on the equalities given to it (l = r vs r = l).
Diffstat (limited to 'engine/uState.mli')
-rw-r--r--engine/uState.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/uState.mli b/engine/uState.mli
index 3a6f77e14..a188a5269 100644
--- a/engine/uState.mli
+++ b/engine/uState.mli
@@ -44,7 +44,7 @@ val ugraph : t -> UGraph.t
val algebraics : t -> Univ.LSet.t
(** The subset of unification variables that can be instantiated with algebraic
- universes as they appear in types and universe instances only. *)
+ universes as they appear in inferred types only. *)
val constraints : t -> Univ.constraints
(** Shorthand for {!context_set} composed with {!ContextSet.constraints}. *)