Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Mirage OS compatiblity.
module type S = sig ... end
module Make
(Clock : Mirage_clock.PCLOCK)
(Stack : Tcpip.Stack.V4V6)
(Time : Mirage_time.S) :
S with type stack = Stack.t
A functor building an IO module from Mirage components.