Module Dose_extra__Format822_parser
type token
=
|
FIELD of string * (Dose_extra.Format822.loc * string)
|
CONT of Dose_extra.Format822.loc * string
|
BLANKLINE
|
EOF
|
PGPHEAD
val doc_822 : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Dose_extra.Format822.doc
val stanza_822 : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Dose_extra.Format822.stanza option
val doc_822_sign : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Dose_extra.Format822.stanza option