Lattice.Reverseinclude module type of struct include Base endinclude POinclude Printable.Stype t = Base.tval hash : t -> intval show : t -> stringval pretty : unit -> t -> Pretty.docval to_yojson : t -> Printable.jsonval invariant : Invariant.context -> t -> Invariant.tval tag : t -> intUnique ID, given by HConsed, for context identification in witness
val bot : unit -> Base.tval is_bot : Base.t -> boolval top : unit -> Base.tval is_top : Base.t -> boolval printXml : 'a BatInnerIO.output -> Base.t -> unitval arbitrary : unit -> Base.t QCheck.arbitrary