package reason

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.