Module Email_message__.Media_type_grammar

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