Getting States from a Theorem without Tracing #141
Unanswered
princesspeace
asked this question in
Q&A
Replies: 2 comments 4 replies
|
Hi, Currently, LeanDojo does not support extracting information about a single theorem without tracing the entire repo. Also, we only extract states before/after tactics ( |
0 replies
|
Hi, thanks for the response. Would this be done just as simple as removing the |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to extract all the intermediate states from a theorem.
Is there anyway to do this without tracing the entire repo it is in and creating an AST?
Also, is it possible to extract the intermediate states of a theorem where has_tactic_proof() is false? Many theorems are a combination of terms and tactics.
All reactions