package iostream

  1. Overview
  2. Docs
Generic, composable IO input and output streams

Install

Dune Dependency

Authors

Maintainers

Sources

iostream-0.2.2.tbz
sha256=6d2725f20fcca4fe8c8c54fcaa442fb088f20d1c5788c437182042cfcce3829d
sha512=8eb87e13ff448d627062ffb2b0e9b10c29fe5406dcac24889499f358a9d1c50fc1ea02dc601f49fecebd38833b415431265e7fad991a55308923f63fb0aa79ad

doc/src/iostream/iostream.ml.html

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.