package irmin

  1. Overview
  2. Docs
module type S = sig ... end
module None (H : Tc.S0) (R : Tc.S0) : sig ... end

None is an implementation of S which does nothing.

OCaml

Innovation. Community. Security.