diff options
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 |
