-
Notifications
You must be signed in to change notification settings - Fork 5
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
No definition and rewrite in syntax #52
Comments
This should already be supported... is it broken? |
It's situations like these:
|
Obviously here we don't need the intermediate
|
Oh, I see what you mean, with both |
In some sense one doesn't need
However, it wouldn't hurt to add support for |
Though we can do
"definition" ident "in" proof
and"rewrite" proof_list "in" proof
,there is no
"definition" "{" ident_list "}" "and" "rewrite" proof_list "in" proof
like the equivalentsyntax for applying rewrites to the goal.
I'm happy to add this in, as I think it makes the language more consistent and makes
some proofs more concise, but I wanted to make sure that this is as trivial as I think
it will be, and that there isn't a reason that we don't want to do this.
The text was updated successfully, but these errors were encountered: