Spec.D
type t = ActiveOnces.t * SeenOnces.t
val is_top : t -> bool
val top : unit -> t
val is_bot : t -> bool
val bot : unit -> t
val hash : t -> int
val show : (ActiveOnces.t * SeenOnces.t) -> string
val pretty : unit -> (ActiveOnces.t * SeenOnces.t) -> Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> (ActiveOnces.t * SeenOnces.t) -> unit
val to_yojson :
(ActiveOnces.t * SeenOnces.t) ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val arbitrary : unit -> (ActiveOnces.t * SeenOnces.t) QCheck.arbitrary