package reason

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

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.