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