Module Ocaml_preprocess.Parser_recoverSource

Sourcemodule Default : sig ... end
Sourceval default_value : 'a Parser_raw.MenhirInterpreter.symbol -> 'a
Sourcetype action =
  1. | Abort
  2. | R of int
  3. | S : 'a Parser_raw.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