Up

module Rfc

: sig

Some functions for processing tokens from the BNF grammars that appear in the RFCs

#
module RFC2045 : sig
#
module Token : sig
include Mimestring.S
#
val is_valid : string -> bool
#
val is_valid_or_quote : string -> string
end
end
end