package irmin

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module None (H : Type.S) (B : Type.S) : sig ... end

None is an implementation of S which does nothing.