Lexing of enumerations starting with a variable
Currently the lexer will fail at something like [x..], because it expects a 'x.' to be the start of a qualified variable. [x ..] still works.
(Both are possible in ghc)
Currently the lexer will fail at something like [x..], because it expects a 'x.' to be the start of a qualified variable. [x ..] still works.
(Both are possible in ghc)