Spec.Dtype t = MustTIDsWithBot.t * CleanExit.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 : (MustTIDsWithBot.t * CleanExit.t) -> stringval pretty : unit -> (MustTIDsWithBot.t * CleanExit.t) -> Printable.Pretty.docval printXml :
'a BatInnerIO.output ->
(MustTIDsWithBot.t * CleanExit.t) ->
unitval to_yojson :
(MustTIDsWithBot.t * CleanExit.t) ->
[> `Assoc of (string * Yojson.Safe.t) list ]val arbitrary : unit -> (MustTIDsWithBot.t * CleanExit.t) QCheck.arbitraryval pretty_diff : unit -> (t * t) -> Lattice.Pretty.doc