Spec.Createdmodule Current : sig ... endmodule Callees : sig ... endinclude sig ... endval 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 pretty : unit -> (Current.t * Callees.t) -> Printable.Pretty.docval printXml : 'a BatInnerIO.output -> (Current.t * Callees.t) -> unitval to_yojson :
(Current.t * Callees.t) ->
[> `Assoc of (string * Yojson.Safe.t) list ]val pretty_diff : unit -> (t * t) -> Lattice.Pretty.doc