Module Gluten_lwt

module type IO = Gluten_lwt__.Gluten_lwt_intf.IO
module type Server = Gluten_lwt__.Gluten_lwt_intf.Server
module type Client = Gluten_lwt__.Gluten_lwt_intf.Client
module Server : functor (Io : IO) -> Server with type socket = Io.socket and type addr = Io.addr
module Client : functor (Io : IO) -> Client with type socket = Io.socket