package hc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a hash_consed = {
  1. node : 'a;
  2. tag : int;
}
val get_initial_cache_size : unit -> int
val set_initial_cache_size : int -> unit
val reset_initial_cache_size : unit -> unit
module Mk (Cache : Hashtbl.S) : sig ... end
module Make (H : Hashtbl.HashedType) : sig ... end
module MakeStrong (H : Hashtbl.HashedType) : sig ... end