Module Irmin_server.Conn

module Codec : sig ... end
module type S = sig ... end
module type IO = sig ... end
module Make (IO : IO) (C : Codec.S) : S with module IO = IO