package irmin

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'h key
module Key (Hash : Hash.S) : Key.S with type t = Hash.t key and type hash = Hash.t
module Make (Hash : Hash.S) (Value : Type.S) : sig ... end