Parameters
Signature
module Write : sig ... endinclude sig ... end
val show : (P.t * P.t) -> stringval pretty : unit -> (P.t * P.t) -> Printable.Pretty.docval arbitrary : unit -> (P.t * P.t) QCheck.arbitraryval is_bot : (P.t * P.t) -> boolval is_top : (P.t * P.t) -> boolval pretty_diff : unit -> (t * t) -> Lattice.Pretty.docval op_scheme :
('a -> 'b -> P.t) ->
('c -> 'd -> P.t) ->
('a * 'c) ->
('b * 'd) ->
tval name : unit -> string