package core

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

Module Hashable.MakeSource

Parameters

module T : sig ... end

Signature

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

Innovation. Community. Security.