Module Univ.Level
Universes.
module UGlobal : sig ... end
Qualified global universe level
type t
Type of universe levels. A universe level is essentially a unique name that will be associated to constraints later on. A level can be local to a definition or global.
val is_small : t -> bool
Is the universe set or prop?
val to_string : t -> string
Debug printing
module Set : sig ... end
module Map : sig ... end