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

Revisit the function args/re-interpret expression as pattern #6

Open
FreeMasen opened this issue Oct 27, 2018 · 2 comments
Open

Revisit the function args/re-interpret expression as pattern #6

FreeMasen opened this issue Oct 27, 2018 · 2 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@FreeMasen
Copy link
Collaborator

Currently to handle function arguments there is a step that re-interprets an expression as a pattern. This feels pretty messy, the function arg struct could handle this more effectively

@FreeMasen FreeMasen added the help wanted Extra attention is needed label Oct 29, 2018
@FreeMasen
Copy link
Collaborator Author

Mostly covered in v0.6.0, though it would be good to give this another good once over.

@FreeMasen FreeMasen added the question Further information is requested label Jan 25, 2019
@FreeMasen
Copy link
Collaborator Author

As a note, it may be possible to remove the FuncArg::Expr and require they all be Pats

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant