package core

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

Parameters

module T : sig ... end

Signature

include Ppx_compare_lib.Comparable.S with type t := T.Key.t
val compare : T.Key.t Base__Ppx_compare_lib.compare
include Ppx_hash_lib.Hashable.S with type t := T.Key.t
val hash_fold_t : T.Key.t Base__Ppx_hash_lib.hash_fold
val hash : T.Key.t -> Base__Ppx_hash_lib.Std.Hash.hash_value
val hashable : T.Key.t Core__.Hashtbl.Hashable.t
module Table : Hashtbl.S with type key = T.Key.t
module Hash_set : Hash_set.S with type elt = T.Key.t
module Hash_queue : Hash_queue.S with type key = T.Key.t
OCaml

Innovation. Community. Security.