Ticket #43 (closed bug report: fixed)
Error with MagicHash and parentheses
| Reported by: | nibro | Owned by: | nibro |
|---|---|---|---|
| Priority: | major | Milestone: | Full code support |
| Component: | parser | Version: | 0.5.5 |
| Keywords: | Cc: |
Description
First line works, second line doesn't:
foo :: Int# foo :: (Int#, Int#)
The reason is a stupidity in the lexer that only lexes Int# as one lexeme if it is followed by a space.
Change History
Note: See
TracTickets for help on using
tickets.
