package iostream

  1. Overview
  2. Docs

Source file iostream.ml

1
2
3
4
5
6
7
8
9
10
11
12
(** I/O streams.

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

module In = In
module In_buf = In_buf
module Out = Out
module Out_buf = Out_buf
module Slice = Slice
module Seekable = Seekable
OCaml

Innovation. Community. Security.