Lattice.HashCachedinclude sig ... endmodule LazyHash : sig ... endval hash : t -> intval show : t -> stringval pretty : unit -> t -> Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> Printable.jsonval arbitrary : unit -> t QCheck.arbitraryval tag : t -> intval invariant : Invariant.context -> t -> Invariant.tval bot : unit -> tval is_bot : t -> boolval top : unit -> tval is_top : t -> bool