Spec.Ainclude module type of struct include D endtype t = ActiveOnces.t * SeenOnces.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 : (ActiveOnces.t * SeenOnces.t) -> stringval pretty : unit -> (ActiveOnces.t * SeenOnces.t) -> Printable.Pretty.docval printXml : 'a BatInnerIO.output -> (ActiveOnces.t * SeenOnces.t) -> unitval to_yojson :
(ActiveOnces.t * SeenOnces.t) ->
[> `Assoc of (string * Yojson.Safe.t) list ]val arbitrary : unit -> (ActiveOnces.t * SeenOnces.t) QCheck.arbitraryval pretty_diff : unit -> (t * t) -> Lattice.Pretty.doc