CommonPriv.MustVars
include sig ... end
type elt = MayVars.elt
val empty : unit -> MayVars.t
val is_empty : MayVars.t -> bool
val cardinal : MayVars.t -> int
type t = MayVars.t
val hash : t -> int
val show : t -> string
val pretty : unit -> t -> Printable.Pretty.doc
val to_yojson : t -> Yojson.Safe.t
val tag : t -> int
val bot : unit -> MayVars.t
val is_bot : MayVars.t -> bool
val top : unit -> MayVars.t
val is_top : MayVars.t -> bool
val printXml : 'a BatInnerIO.output -> MayVars.t -> unit
val arbitrary : unit -> MayVars.t QCheck.arbitrary