package mehari-mirage

  1. Overview
  2. Docs
Legend:
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.

OCaml

Innovation. Community. Security.