-
Notifications
You must be signed in to change notification settings - Fork 26
feat: iapply tactic #80
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
feat: iapply tactic #80
Conversation
|
@oliversoeser could you update the PR comment? It still says WIP |
|
Done! |
| syntax term : pmTerm | ||
| syntax term "with" specPat,+ : pmTerm | ||
| syntax term "$!" term,+ : pmTerm | ||
| syntax term "$!" term,+ "with" specPat,+ : pmTerm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to leave this for now but I think it's worth putting on the todo list to improve this syntax, I think we can do better with a more curry howard application-like syntax.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moving this to an issue.
This is an implementation of the
iapplytactic