[Hugs] #39: Incorrect parsing of lambda expressions
Hugs <[email protected]> Wed, 11 Oct 2006 00:19:55 -0000
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <061.b570eb6384a73d040c5a71f2ce1acda5@localhost> |
#39: Incorrect parsing of lambda expressions
-----------------------------+----------------------------------------------
Reporter: Ørjan Johansen | Owner: nobody
Type: defect | Status: new
Priority: major | Milestone:
Component: parsing | Version: 200609
Keywords: |
-----------------------------+----------------------------------------------
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))
--
Ticket URL: <http://hackage.haskell.org/trac/hugs/ticket/39>
Hugs <http://www.haskell.org/hugs/>
Hugs 98, an interpreter for Haskell
_______________________________________________
Hugs-Bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/hugs-bugs