package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module Atomic_write (K : Irmin.Type.S) (V : Irmin.Hash.S) (_ : sig ... end) : sig ... end
val migrate : Irmin.config -> unit
exception Unsupported_version of [ `V1 | `V2 ]
module Checks (Index : sig ... end) : sig ... end