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 pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
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
val print : t -> Ppx_deriving_runtime.Format.formatter -> Ppx_deriving_runtime.unit
OCaml

Innovation. Community. Security.