module Server : functor (Flow : Mirage_flow.S) -> Gluten_lwt.Server with type socket = Flow.flow and type addr = unitmodule Server_with_conduit : sig ... endmodule Client : functor (Flow : Mirage_flow.S) -> Gluten_lwt.Client with type socket = Flow.flow