package core

  1. Overview
  2. Docs
Industrial strength alternative to OCaml's standard library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=6f7bbdda1d97f2f542a45331f062127dd5264d6ed73ece7b2c6b330785dfc991

doc/core/Core/Hashable/index.html

Module Core.Hashable

module type Common = sig ... end
module type S = sig ... end
module type S_binable = sig ... end
module type S_plain = sig ... end
module Make_plain (T : sig ... end) : S_plain with type t := T.t
module Make (T : sig ... end) : S with type t := T.t
module Make_and_derive_hash_fold_t (T : Hashtbl.Key) : S with type t := T.t
module Make_binable (T : sig ... end) : S_binable with type t := T.t
module Make_plain_with_hashable (T : sig ... end) : S_plain with type t := T.Key.t
module Make_with_hashable (T : sig ... end) : S with type t := T.Key.t
module Make_binable_with_hashable (T : sig ... end) : S_binable with type t := T.Key.t
module Stable : sig ... end