type token
=
|
ERROR of string
EOF
STRING of string
ATOM of string
EQUALS
SLASH
SEMICOLON
val content_type : (Lexing.lexbuf ‑> token) ‑> Lexing.lexbuf ‑> Media_type_grammar_types.content_type