Version 4.4.2
- [UI] New web UI axiom and proof step browser
- [UI] Hint display and tactic popover fixes
- [Performance] Significant performance improvements by disabling logging by default
- [Tactics] New loop induction with abstraction
throughout(inv,pos)
for loopsinit -> [{a;b}*]safe
proves loop from subgoals
base case:init -> inv
use case:inv -> safe
induction steps:inv -> [a]inv
andinv -> [b]inv