Lattice.Reverseinclude module type of struct include Base endinclude POinclude Printable.Stype t = Base.tval hash : t -> intval show : t -> stringval pretty : unit -> t -> Printable.Pretty.docval to_yojson : t -> Yojson.Safe.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 pretty_diff : unit -> (t * t) -> Pretty.docval printXml : 'a BatInnerIO.output -> Base.t -> unitval arbitrary : unit -> Base.t QCheck.arbitrary