mirage_protocol.ml
mimic
1 2 3 4 5 6 7 module type S = sig include Mirage_flow.S type endpoint val connect : endpoint -> (flow, write_error) result Lwt.t end
1 2 3 4 5 6 7
module type S = sig include Mirage_flow.S type endpoint val connect : endpoint -> (flow, write_error) result Lwt.t end