package core-and-more

  1. Overview
  2. Docs

Parameters

module D1 : sig ... end
module D2 : sig ... end

Signature

type t = D1.t * D2.t
val compare : t -> t -> Ppx_deriving_runtime.int
val equal : t -> t -> Ppx_deriving_runtime.bool
val hash_fold_t : Base.Hash.state -> t -> Base.Hash.state
val hash : t -> Base.Hash.hash_value