Module Prod.Prod2_With_Bottom

Parameters

module L1 : sig ... end
module L2 : sig ... end

Signature

include Datatype_sig.S with type t = L1.t * L2.t
type t = L1.t * L2.t
val equal : t -> t -> bool
val compare : t -> t -> int
val hash : t -> int
val pretty : Stdlib.Format.formatter -> t -> unit
val join : t -> t -> t
val includes_or_widen : previous:t -> t -> bool * t
val includes : t -> t -> bool
val widen : previous:t -> t -> t
val bottom : t
val is_bottom : t -> bool