package hashcons

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

Module type Hashcons.SSource

Sourcetype key
Sourcetype t
Sourceval create : int -> t
Sourceval clear : t -> unit
Sourceval hashcons : t -> key -> key hash_consed
Sourceval iter : (key hash_consed -> unit) -> t -> unit
Sourceval stats : t -> int * int * int * int * int * int