package core

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

Parameters

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

Signature

include Sexplib0.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
include Hashable.S with type t := Make(H1)(H2).t
include Ppx_compare_lib.Comparable.S with type t := Make(H1)(H2).t
val compare : Make(H1)(H2).t Base__Ppx_compare_lib.compare
include Ppx_hash_lib.Hashable.S with type t := Make(H1)(H2).t
val hash_fold_t : Make(H1)(H2).t Base__Ppx_hash_lib.hash_fold
val hash : Make(H1)(H2).t -> Base__Ppx_hash_lib.Std.Hash.hash_value
val hashable : Make(H1)(H2).t Core__.Hashtbl.Hashable.t
module Table : Hashtbl.S with type key = Make(H1)(H2).t
module Hash_set : Hash_set.S with type elt = Make(H1)(H2).t
OCaml

Innovation. Community. Security.