SpecBase.Dtype t = NodeFlatLattice.t * UniqueCallCounter.tval is_top : t -> boolval top : unit -> tval is_bot : t -> boolval bot : unit -> tval equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval hash : t -> intval show : (NodeFlatLattice.t * UniqueCallCounter.t) -> stringval pretty :
unit ->
(NodeFlatLattice.t * UniqueCallCounter.t) ->
Printable.Pretty.docval printXml :
'a BatInnerIO.output ->
(NodeFlatLattice.t * UniqueCallCounter.t) ->
unitval to_yojson :
(NodeFlatLattice.t * UniqueCallCounter.t) ->
[> `Assoc of (string * Yojson.Safe.t) list ]val arbitrary :
unit ->
(NodeFlatLattice.t * UniqueCallCounter.t) QCheck.arbitraryval pretty_diff : unit -> (t * t) -> Lattice.Pretty.doc