Ticket #39 (closed defect: invalid)
Incorrect parsing of lambda expressions
| Reported by: | Ørjan Johansen | Owned by: | nobody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | parsing | Version: | 200609 |
| Keywords: | Cc: |
Description
Hugs doesn't seem to allow lambda expressions everywhere it should. Example:
Hugs> let f l = flip map l \a -> a+1 in f [1..10] ERROR - Syntax error in expression (unexpected backslash (lambda))
Change History
Note: See
TracTickets for help on using
tickets.
