package irmin

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

Remote stores.

module type S = sig ... end
type nonrec t = ..
module None (H : Type.S) (R : Type.S) : sig ... end

Provides stub implementations of the S that always returns Error when push/pull operations are attempted.