diff options
| author | Gaëtan Gilbert | 2018-04-28 17:58:08 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-05-17 18:46:09 +0200 |
| commit | b0ef649660542ae840ea945d7ab4f1f3ae7b85cd (patch) | |
| tree | 34fbd8ce43c2dea72f458788a5c3f64139a82e3e /engine/uState.mli | |
| parent | f9c6afa70325012ffbbd7722a600ca6eed425105 (diff) | |
Split off Universes functions dealing with names.
This API is a bit strange, I expect it will change at some point.
Diffstat (limited to 'engine/uState.mli')
| -rw-r--r-- | engine/uState.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/uState.mli b/engine/uState.mli index 48c38fafc8..b1fcefb0a2 100644 --- a/engine/uState.mli +++ b/engine/uState.mli @@ -34,9 +34,9 @@ val union : t -> t -> t val of_context_set : Univ.ContextSet.t -> t -val of_binders : Universes.universe_binders -> t +val of_binders : UnivNames.universe_binders -> t -val universe_binders : t -> Universes.universe_binders +val universe_binders : t -> UnivNames.universe_binders (** {5 Projections} *) |
