Irmin_server.Command
inline
module type S = sig ... end
module Make
(IO : Conn.IO)
(Codec : Conn.Codec.S)
(Store : Irmin.Generic_key.S) :
S
with module Store = Store
and type Tree.kinded_key = Store.Tree.kinded_key
and type Tree.concrete = Store.Tree.concrete
and module Conn.IO = IO