package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module H1 : sig ... end
module H2 : sig ... end

Signature

include Ppx_sexp_conv_lib.Sexpable.S with type t := Tuple.Make(H1)(H2).t
val t_of_sexp : Sexplib0.Sexp.t -> Tuple.Make(H1)(H2).t
val sexp_of_t : Tuple.Make(H1)(H2).t -> Sexplib0.Sexp.t
include Hashable.S with type t := Tuple.Make(H1)(H2).t
include Hashable.Common with type t := Tuple.Make(H1)(H2).t
val compare : Tuple.Make(H1)(H2).t -> Tuple.Make(H1)(H2).t -> Base.Int.t
val hash_fold_t : Ppx_hash_lib.Std.Hash.state -> Tuple.Make(H1)(H2).t -> Ppx_hash_lib.Std.Hash.state
val hash : Tuple.Make(H1)(H2).t -> Ppx_hash_lib.Std.Hash.hash_value
val hashable : Tuple.Make(H1)(H2).t Core_kernel__.Hashtbl.Hashable.t
OCaml

Innovation. Community. Security.