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

alias/multiple patterns in pattern matching not supported #4

Open
soupi opened this issue Sep 21, 2016 · 1 comment
Open

alias/multiple patterns in pattern matching not supported #4

soupi opened this issue Sep 21, 2016 · 1 comment
Labels

Comments

@soupi
Copy link

soupi commented Sep 21, 2016

example:

[ list : .cons head tail => .cons list head ]

expected:

#<procedure:curried>

got:

. lexer: No match found in input starting with: :
@soupi
Copy link
Author

soupi commented Sep 21, 2016

also relevant to type checks:

[ (x : %uint) (y : %uint) => add-uint x y ]

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