Module Spec.MustBarriers

include sig ... end
type t = Barriers.t
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> 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 relift : t -> t
val widen : Barriers.t -> Barriers.t -> Barriers.t
val narrow : Barriers.t -> Barriers.t -> Barriers.t
val bot : unit -> Barriers.t
val is_bot : Barriers.t -> bool
val top : unit -> Barriers.t
val is_top : Barriers.t -> bool
val leq : Barriers.t -> Barriers.t -> bool
val pretty_diff : unit -> (t * t) -> Lattice.Pretty.doc
val printXml : 'a BatInnerIO.output -> Barriers.t -> unit
val arbitrary : unit -> Barriers.t QCheck.arbitrary
val name : unit -> string