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