Module Custom.Pair

Parameters

Signature

module Fst = X
module Snd = Y
type t = X.t * Y.t
val dump : Stdlib.Format.formatter -> (X.t * Y.t) -> unit
val check : (X.t * Y.t) -> unit
val compare : (X.t * Y.t) -> (X.t * Y.t) -> int
val equal : (X.t * Y.t) -> (X.t * Y.t) -> bool
val hash : (X.t * Y.t) -> int