irmin
Backend.Remote
Remote stores.
irmin.data
irmin.mem
irmin.unix
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.
S
Error