Module Email_message.Email_lexer_state.State

type t = [
| `Header
| `Content
| `Expected_eof
]
val initial : [> `Header ]