package dose3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type token =
  1. | FIELD of string * (Format822.loc * string)
  2. | CONT of Format822.loc * string
  3. | BLANKLINE
  4. | EOF
  5. | PGPHEAD
val stanza_822 : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Format822.stanza option
val doc_822_sign : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Format822.stanza option