Closed jonsterling closed 7 years ago
I've got the syntax (and macros) worked out for defining higher order proof refinement rules, which is pretty sweet...
The next step is to implement the refinement engine, which will execute compositions of these rules in the form of tactics.
Furthermore, I would like to generalize the framework to handle n-ary outputs/extracts, but we have to think a little bit about how to do that.
n
Isn't this taken care of now, except perhaps for the last bit?
yes, i think we can close this one... I'll open a new ticket for multiple outputs.
I've got the syntax (and macros) worked out for defining higher order proof refinement rules, which is pretty sweet...
The next step is to implement the refinement engine, which will execute compositions of these rules in the form of tactics.
Furthermore, I would like to generalize the framework to handle
n
-ary outputs/extracts, but we have to think a little bit about how to do that.