package iostream

  1. Overview
  2. Docs

Module IostreamSource

I/O streams.

This module defines generic I/O streams. They can be user-defined and can be composed from other streams.

Sourcemodule In : sig ... end

Input stream.

Sourcemodule In_buf : sig ... end

Buffered input stream.

Sourcemodule Out : sig ... end

Output stream.

OCaml

Innovation. Community. Security.