package core

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

Module Hashable.Make_with_hashableSource

Parameters

module T : sig ... end

Signature

include Ppx_compare_lib.Comparable.S with type t := T.Key.t
val compare : T.Key.t -> T.Key.t -> int
include Ppx_hash_lib.Hashable.S with type t := T.Key.t
val hash_fold_t : Base.Hash.state -> T.Key.t -> Base.Hash.state
Sourcemodule Table : Hashtbl.S with type key = T.Key.t
Sourcemodule Hash_set : Hash_set.S with type elt = T.Key.t
OCaml

Innovation. Community. Security.