package reason

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

Install

Dune Dependency

Authors

Maintainers

Sources

reason-3.16.0.tbz
sha256=47b0e43a7d348e2a850658ab4bec5a4fbbb9fd4ff3ec8a1c1816511558c5364e
sha512=0d8dbe33ac17b765ea018522910a333831fec278ae4da25ba039ce4d2d8152f9b2fbba5b40c453241bf4323e55e0dc070170b04caa35742c6e33a7f726feafb3

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.