Spec.MustBarriers
include sig ... end
type t = Barriers.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 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 join : Barriers.t -> Barriers.t -> Barriers.t
val meet : Barriers.t -> Barriers.t -> Barriers.t
val printXml : 'a BatInnerIO.output -> Barriers.t -> unit
val arbitrary : unit -> Barriers.t QCheck.arbitrary