package reason

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

Install

Dune Dependency

Authors

Maintainers

Sources

reason-3.9.0.tbz
sha256=bcf0081ecf3d05ce68e82876a1bc2a48497c78225b8b310f2cf24b33f3568416
sha512=388a0d8970b83423bb79978e4df3a558c27e043fc216a8d288ca7aab9babd8a3db45219ba53c9db09d791c07017f26ceba3a7d714c8ce9bf369d2e8b796d6d81

doc/reason/Reason_parser_recover/index.html

Module Reason_parser_recoverSource

Sourcemodule Default : sig ... end
Sourcetype action =
  1. | Abort
  2. | R of int
  3. | S : 'a Reason_parser.MenhirInterpreter.symbol -> action
  4. | Sub of action list
Sourcetype decision =
  1. | Nothing
  2. | One of action list
  3. | Select of int -> action list
Sourceval depth : int array
Sourceval recover : int -> decision
OCaml

Innovation. Community. Security.