package reason

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

Install

Dune Dependency

Authors

Maintainers

Sources

reason-3.11.0.tbz
sha256=a58837f14a79f047c8eb99d5518aeb16ee64353574286cfd5b284c98a1a27250
sha512=28d6d1c3636e400614b1a7d8c78b0bbb5de143e259edf683139b75d2fd2013da8e1a6c58d11047e6853f1e559c387d233570665de0de646005197b5f4d6f4879

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.