diff options
| author | Gaëtan Gilbert | 2018-03-02 13:37:07 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-04-13 14:10:04 +0200 |
| commit | f53890d1629ea7aaff86ea92e5ac27ab027b2e8d (patch) | |
| tree | 7e88d7d9d9fa6f9cc888fd85f46805181b1a119b /engine/universes.mli | |
| parent | 9ab85ef978c78edb3e4e5ec97ec93a970f021fc2 (diff) | |
universe normalisation: put equivalence class partition in UGraph
ie don't go through having Eq constraints but directly to the unionfind.
Diffstat (limited to 'engine/universes.mli')
| -rw-r--r-- | engine/universes.mli | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engine/universes.mli b/engine/universes.mli index 4823c57463..a0a7749f8b 100644 --- a/engine/universes.mli +++ b/engine/universes.mli @@ -162,8 +162,6 @@ val extend_context : 'a in_universe_context_set -> ContextSet.t -> (a global one if there is one) and transitively saturate the constraints w.r.t to the equalities. *) -module UF : Unionfind.PartitionSig with type elt = Level.t - val level_subst_of : universe_subst_fn -> universe_level_subst_fn val subst_univs_constraints : universe_subst_fn -> Constraint.t -> Constraint.t |
