package stdio

  1. Overview
  2. Docs
Standard IO library for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

stdio-v0.15.0.tar.gz
sha256=c37292921dc6a88425f773eba6bdbeac1dedacd1f55917fa4bcd9c4b25795e4b

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
OCaml

Innovation. Community. Security.