abella-prover / abella

An interactive theorem prover based on lambda-tree syntax
https://abella-prover.org/
GNU General Public License v3.0
90 stars 18 forks source link

Show number of subgoals per level #48

Closed chaudhuri closed 9 years ago

chaudhuri commented 9 years ago

Also, I would like to request that when using a non-infinite value of the subgoals flag, the message reporting the number of subgoals remaining should be broken out by how many subgoals are remaining at each level. This information is often a better summary of one's position in the proof than just the total number of subgoals remaining.

(From #44 by @lambdacalculator)

chaudhuri commented 9 years ago

Addressed by 4274afd