package reason

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

reason-3.18.0.tbz
sha256=4fba6a16f54551b78e1d90eb2c167f6ee964caf5383bc2d2f93ceccc7e64dc44
sha512=b43e9245c79c3aaef494ba55027187f86884fbcff87aca77743b5c3d81ef7d5156f34c650c3cfb40719cf7ca87750c591fe338b21f82d4feed7092e47cb6880d

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