package irmin

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type hash
val create : ?initial_slots:int -> unit -> t
val add : t -> hash -> [ `Ok | `Duplicate ]
val mem : t -> hash -> bool