package irmin

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

Module Backend.RemoteSource

Remote stores.

Sourcemodule type S = sig ... end
Sourcetype nonrec t = ..
Sourcemodule 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.

OCaml

Innovation. Community. Security.