- Stanford University Centaur Lab
- https://leni.sh
-
Director of NorCal Hakkero Factory No. 1
- Joined on
2023-08-21
WIP: Simplify goal bookkeeping mechanism
Allow the extraction of tactic based proof steps
51edc701fe
Add test cases for command error categories
95d26a2f50
Classify JSON error as command error
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
5978e5f4f3
Merge pull request 'Add more serialisation options' (#2) from io/serial into dev
7160f8aa61
Merge branch 'dev' into io/serial
e63f7c9afa
Add proper printing of sorts
1d1fa60175
Move all json-string functions to Main.lean
Add more serialisation options
The termination of
Lean.Level
serialization is not ensured