package core_kernel

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

Module Tuple.Hasher

Parameters

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

Signature

include Ppx_sexp_conv_lib.Sexpable.S with type t := Make(H1)(H2).t
val t_of_sexp : Sexplib0__.Sexp.t -> Make(H1)(H2).t
val sexp_of_t : Make(H1)(H2).t -> Sexplib0__.Sexp.t