- Stanford University Centaur Lab
- https://leni.sh
-
Director of NorCal Hakkero Factory No. 1
- Joined on
2023-08-21
f729a357b9
Merge branch 'dev' into frontend/collect-holes
9075ded885
feat: Set `automaticMode` to true by default
feat: Set `automaticMode` to true by default
feat: Set
automaticMode
to true by default
feat: Collect holes in Lean file and put them into a
GoalState
We should probably assign the root variable when there's just one goal to avoid surprises for our users.
feat: Collect holes in Lean file and put them into a
GoalState
We need to think about what the interface should look like. IMO the user should input a theorem name or line number, and the repl generates a goal state for the theorem/example/etc. on that line…
fix: Tactics should produce
.syntheticOpaque
goals
feat: Collect holes in Lean file and put them into a
GoalState