package logtk

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

Module Logtk.HashconsSource

Hashconsing

Sourcemodule type HashedType = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule Make (X : HashedType) : S with type elt = X.t
Sourcemodule MakeNonWeak (X : HashedType) : S with type elt = X.t

Version that uses a regular Hashtbl, rather than a weak table. Never frees memory, but might be faster.

OCaml

Innovation. Community. Security.