package irmin

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

Parameters

module H : Stdlib.Hashtbl.HashedType

Signature

type 'a t
val create : int -> 'a t
val add : 'a t -> H.t -> 'a -> unit
val find : 'a t -> H.t -> 'a
val mem : 'a t -> H.t -> bool
val clear : 'a t -> unit