diff options
| author | Gaëtan Gilbert | 2017-09-15 15:23:15 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2017-11-24 19:18:56 +0100 |
| commit | 485a0a6280abbef62f7e2c2bfbaf3b73d67bbdaf (patch) | |
| tree | 5cd5182505dbb5ff9e86610bc74e5ce9f99bfd65 /engine/uState.mli | |
| parent | c1e670b386f83ed78104a6eb6e4d17cc1d906439 (diff) | |
Use type Universes.universe_binders.
Diffstat (limited to 'engine/uState.mli')
| -rw-r--r-- | engine/uState.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/uState.mli b/engine/uState.mli index 1c906fcb2d..f54bcc832a 100644 --- a/engine/uState.mli +++ b/engine/uState.mli @@ -135,7 +135,7 @@ val normalize : t -> t Also return the association list of universe names and universes (including those not in [names]). *) val universe_context : names:(Id.t Loc.located) list -> extensible:bool -> t -> - (Id.t * Univ.Level.t) list * Univ.UContext.t + Universes.universe_binders * Univ.UContext.t type universe_decl = (Names.Id.t Loc.located list, Univ.Constraint.t) Misctypes.gen_universe_decl |
