package reason

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Default : sig ... end
val default_value : 'a Reason_parser.MenhirInterpreter.symbol -> 'a
type action =
  1. | Abort
  2. | R of int
  3. | S : 'a Reason_parser.MenhirInterpreter.symbol -> action
  4. | Sub of action list
type decision =
  1. | Nothing
  2. | One of action list
  3. | Select of int -> action list
val depth : int array
val recover : int -> decision