package mimic

  1. Overview
  2. Docs

Source file mirage_protocol.ml

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
OCaml

Innovation. Community. Security.