Skip to content

Commit

Permalink
Add hacks to tactic state display
Browse files Browse the repository at this point in the history
The goal is to handle large proofs. You can now
add
`import interactive_expr`
as the last import and then
`set_option trace.filter_inst true`
or
`set_option trace.filter_inst_type true`
to permanently filter out instances or instances and types.
You also get to see the goal first to avoid scrolling.
  • Loading branch information
PatrickMassot committed Aug 31, 2022
1 parent 8a0d51f commit 81f9883
Showing 1 changed file with 512 additions and 0 deletions.

0 comments on commit 81f9883

Please sign in to comment.