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

Multiple guard clauses #294

Closed
taku0 opened this issue Mar 15, 2014 · 0 comments
Closed

Multiple guard clauses #294

taku0 opened this issue Mar 15, 2014 · 0 comments

Comments

@taku0
Copy link
Contributor

taku0 commented Mar 15, 2014

foo x | x == 0    = 0
      | x == 1    = 1
      | otherwise = 2
@garyb garyb added this to the Backlog milestone Mar 15, 2014
@garyb garyb modified the milestones: 0.5.0, Backlog, 0.6.0 Mar 26, 2014
@paf31 paf31 modified the milestones: 0.7.0, Backlog Nov 8, 2014
@paf31 paf31 closed this as completed in 801dedb Nov 15, 2014
paf31 added a commit that referenced this issue Nov 15, 2014
Support multiple guard clauses, fix #294.
dunhamsteve pushed a commit to dunhamsteve/purescript that referenced this issue Jul 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants