coq-core.kernel
Univ.ContextSet
btauto_plugin
cc_plugin
coq-core.clib
coq-core.config
coq-core.engine
coq-core.gramlib
coq-core.interp
coq-core.lib
coq-core.library
coq-core.parsing
coq-core.plugins
coq-core.pretyping
coq-core.printing
coq-core.proofs
coq-core.stm
coq-core.sysinit
coq-core.tactics
coq-core.top_printers
coq-core.toplevel
coq-core.vernac
coq-core.vm
coqide-server.core
coqide-server.protocol
derive_plugin
extraction_plugin
firstorder_plugin
float_syntax_plugin
funind_plugin
ltac2_plugin
ltac_plugin
micromega_plugin
nsatz_plugin
number_string_notation_plugin
ring_plugin
rtauto_plugin
ssreflect_plugin
ssrmatching_plugin
ssrsearch_plugin
tauto_plugin
tuto0_plugin
tuto1_plugin
tuto2_plugin
tuto3_plugin
zify_plugin
type t = LSet.t constrained
val empty : t
val is_empty : t -> bool
val singleton : Level.t -> t
val of_instance : Instance.t -> t
val of_set : LSet.t -> t
val equal : t -> t -> bool
val union : t -> t -> t
val append : t -> t -> t
Variant of union which is more efficient when the left argument is much smaller than the right one.
union
val diff : t -> t -> t
val add_universe : Level.t -> t -> t
val add_constraints : Constraint.t -> t -> t
val add_instance : Instance.t -> t -> t
val sort_levels : Level.t array -> Level.t array
Arbitrary choice of linear order of the variables
val to_context : t -> UContext.t
val of_context : UContext.t -> t
val constraints : t -> Constraint.t
val levels : t -> LSet.t
val size : t -> int
the number of universes in the context