Module Cudf_822_parserSource

Sourcetype token =
  1. | FIELD of string * (Cudf_types.loc * string)
  2. | CONT of Cudf_types.loc * string
  3. | EOL
  4. | EOF
Sourceval doc_822 : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> (string * (Cudf_types.loc * string)) list list
Sourceval stanza_822 : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> (string * (Cudf_types.loc * string)) list option