package reason

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

Install

Dune Dependency

Authors

Maintainers

Sources

reason-3.15.0.tbz
sha256=ec3d2025f4391f0d2b88d2053e627a85aa1addd9c51320e9e72c690e05fb66a6
sha512=2bc7681a0e7649f619a8e93e961690531f697fadb1ae5d3f2c5913b0fce6995780394f2ce5b3e1920902ca7a2f4e188f62696f58f20ae3dd81c3658528bd0a33

doc/reason.refmt-lib/Refmt_lib/Printer_maker/index.html

Module Refmt_lib.Printer_makerSource

Sourcetype parse_itype = [
  1. | `ML
  2. | `Reason
  3. | `Binary
  4. | `BinaryReason
  5. | `Auto
]
Sourcetype print_itype = [
  1. | `ML
  2. | `Reason
  3. | `Binary
  4. | `BinaryReason
  5. | `AST
  6. | `None
]
Sourceexception Invalid_config of string
Sourcemodule type PRINTER = sig ... end
Sourceval err : string -> 'a
Sourceval prepare_output_file : string option -> out_channel
Sourceval close_output_file : 'a option -> out_channel -> unit
Sourceval ocamlBinaryParser : bool -> string -> ('a * 'b list) * bool * bool
Sourceval reasonBinaryParser : bool -> string -> ('a * 'b) * 'c * 'd
OCaml

Innovation. Community. Security.