package stdio

  1. Overview
  2. Docs
Standard IO library for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=e7cb473d4bffcf419f307c658cf2599fab03a2b4fe655bfd0be699f8f7af176e

doc/stdio/Stdio/index.html

Module StdioSource

Sourcemodule In_channel : sig ... end

An input channel for doing blocking reads from input sources like files and sockets.

Sourcemodule Out_channel : sig ... end

An output channel for doing blocking writes to destinations like files and sockets.

Sourceval print_s : ?mach:Base.unit -> Base.Sexp.t -> Base.unit
Sourceval eprint_s : ?mach:Base.unit -> Base.Sexp.t -> Base.unit