Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parsing function application in poly #34

Open
chsievers opened this issue Jan 18, 2015 · 0 comments
Open

parsing function application in poly #34

chsievers opened this issue Jan 18, 2015 · 0 comments
Assignees
Labels

Comments

@chsievers
Copy link
Contributor

This is not parsed in the expected way in poly and poly_constraints:
(\f -> f 0 + f 1)
(\f -> if f 0 then f 1 else f 2)
It works with parens around the function applications.

@sdiehl sdiehl added the bug label Jan 19, 2015
@sdiehl sdiehl self-assigned this Jan 19, 2015
jeffreyrosenbluth added a commit to jeffreyrosenbluth/write-you-a-haskell that referenced this issue Jan 1, 2017
sdiehl added a commit that referenced this issue Apr 19, 2017
Chapter 7. Fix issue #34. Parsing function  application.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants