package mirage-stack-lwt

  1. Overview
  2. Docs

Source file mirage_stack_lwt.ml

1
2
3
4
5
6
module type V4 = sig
  include Mirage_stack.V4
  with type 'a io = 'a Lwt.t
   and type ipv4addr = Ipaddr.V4.t
   and type buffer = Cstruct.t
end