module Irc_client: sig .. end
sig
end
module type CLIENT = sig .. end
module Make (Io : Irc_transport.IO) : CLIENT with type 'a Io.t = 'a Io.t and type Io.inet_addr = Io.inet_addr and type Io.config = Io.config
(
Io
:
Irc_transport.IO
)
CLIENT
with type 'a Io.t = 'a Io.t and type Io.inet_addr = Io.inet_addr and type Io.config = Io.config