package reason

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

reason-3.17.0.tbz
sha256=82c8819ce9fd215b7e7e2c6501e638e7a904ebe13ab5a1d8eac2679d8cf8a5eb
sha512=64f525d795501602d92174a35232c0791a0d77322c48397497c9ac3c1e0b76b86a89c3c50e057e52a8727d37b579720a0d48fb9fab3835193bb3a4668ded79cd

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.