package colibri2

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

Hashtable with weak key used for memoization

type tag
val dummy_tag : tag
val create_tag : int -> tag
val tag_equal : tag -> tag -> bool
val tag_hash : tag -> int
module type S = sig ... end
module type Weakey = sig ... end
module Make (S : Weakey) : S with type key = S.t
OCaml

Innovation. Community. Security.