include Mirage_channel
module type S = sig ... endmodule Make = Mirage_channel.MakeFunctor to create a CHANNEL from a flow implementation
Mirage_channel_lwtinclude Mirage_channelmodule type S = sig ... endmodule Make = Mirage_channel.MakeFunctor to create a CHANNEL from a flow implementation