This module defines the flow signature for MirageOS.
Release v5.0.0
Sourcetype write_error = [ | `Closed
] The type for generic write errors on flows.
pp_write_error is the pretty-printer for write errors.
Sourcetype 'a or_eof = [ | `Data of 'a| `Eof
] The type for read results on flows.
pp_or_eof is the pretty-printer for or_eof values.