Fixtype of lexemes.
This is a tagged union type, introduced by fty::deftagsum.
This corresponds to lexeme in our ABNF grammar, but since for now we just skip over comments and whitespace, we have no additional information about them here.
Like token, this is abstract-syntax-like, but it is not part of the abstract syntax, because it is not needed there.