package reason

  1. Overview
  2. Docs
Reason: Syntax & Toolchain for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

reason-3.17.2.tbz
sha256=7f4087016e8c393a13d57b7737677bc1dbf16978fd43c19354d4d79a794c8c47
sha512=3d3015d25bce329fbee9cef9b114831e7db1c10e19a26cbcaa27948c376bff3518b9d56fda9091c6df887df9ee8c33f45e1071e87933de79d65bcbf58c93cb17

doc/reason.easy_format/Reason_easy_format/Compact/index.html

Module Reason_easy_format.CompactSource

No spacing or newlines other than those in the input data or those produced by Custom printing.

Sourceval to_buffer : Buffer.t -> t -> unit
Sourceval to_string : t -> string
Sourceval to_channel : out_channel -> t -> unit
Sourceval to_stdout : t -> unit
Sourceval to_stderr : t -> unit
Sourceval to_formatter : Format.formatter -> t -> unit