- Stanford University Centaur Lab
- https://leni.sh
-
Director of NorCal Hakkero Factory No. 1
- Joined on
2023-08-21
feat: Use two line fish prompt
c130537892
Merge pull request 'feat: Kando' (#20) from ui/kando into main
274d09ce54
feat: macOS keybindings
0c51670191
feat: Basic Kando menu
goal.delete
exceeds max recursion depth
Parse and enter environment at arbitrary points of the input
452c390711
Merge pull request 'feat: Collect holes in Lean file and put them into a `GoalState`' (#99) from frontend/collect-holes into dev
10cb32e03f
Merge branch 'dev' into frontend/collect-holes
a03eeddc9b
fix: Variable duplication in nested translation
530a1a1a97
fix: Extracting `sorry`s from coupled goals
143cd289bb
fix: Extraction of sorry's from nested tactics
feat: Collect holes in Lean file and put them into a `GoalState`
Metavariable not found bug with
sorry
collection
10cb32e03f
Merge branch 'dev' into frontend/collect-holes
b174b4ea79
Merge pull request 'fix: Tactics should produce `.syntheticOpaque` goals' (#100) from goal/tactic into dev
ed1f96d7f7
Merge branch 'dev' into goal/tactic
5e99237e09
fix: Tactics should produce `.syntheticOpaque` goals
feat: Collect holes in Lean file and put them into a
GoalState
Currently there's a variable duplication issue in coupled goals:
def test_sorry_in_coupled: TestT MetaM Unit := do
let sketch := "
example : ∀ (y: Nat), ∃ (x: Nat), y + 1 = x :=…
b174b4ea79
Merge pull request 'fix: Tactics should produce `.syntheticOpaque` goals' (#100) from goal/tactic into dev
ed1f96d7f7
Merge branch 'dev' into goal/tactic
5e99237e09
fix: Tactics should produce `.syntheticOpaque` goals