package mirage-flow

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Mirage_flowSource

This module defines the flow signature for MirageOS.

Release v5.0.0

Sourcetype write_error = [
  1. | `Closed
]

The type for generic write errors on flows.

Sourceval pp_write_error : write_error Fmt.t

pp_write_error is the pretty-printer for write errors.

Sourcetype 'a or_eof = [
  1. | `Data of 'a
  2. | `Eof
]

The type for read results on flows.

Sourceval pp_or_eof : 'a Fmt.t -> 'a or_eof Fmt.t

pp_or_eof is the pretty-printer for or_eof values.

Sourcemodule type S = sig ... end

Abstract flow signature.

OCaml

Innovation. Community. Security.