- Stanford University Centaur Lab
- https://leni.sh
-
Director of NorCal Hakkero Factory No. 1
- Joined on
2023-08-21
Error category consolidation
Allow deletion of certain proof states and remove proof tree structure
Leaving this until Trillium backend can handle this bookkeeping.
Allow deletion of certain proof states and remove proof tree structure
We can even directly save bare goals (actually just a mvarId with a saved state) since we do not store the tactic along with each ProofState
:
structure Goal where
mvar: MVarId
…
Allow deletion of certain proof states and remove proof tree structure
Error category consolidation
Add more serialisation options
The termination of
Lean.Level
serialization is not ensured
Remove dead code and consolidate error types