Dose_extra.Format822
type value = loc * string
type field = string * value
type stanza = field list
type doc = stanza list
val dummy_loc : loc
val from_channel : IO.input -> f822_parser
val parser_wrapper_ch : IO.input -> (f822_parser -> 'a) -> 'a
val parse_from_ch : (f822_parser -> 'a) -> IO.input -> 'a
val timer : Dose_common.Util.Timer.t