Commit 678f178
committed
fix(lean4): remove dead
`proofs/lean4/FilesystemModel.lean:97` failed `lake build` under Lean 4.12.0
with "no goals to be solved": the preceding `simp at hp2` derives the
impossible `rest = x :: rest` and closes the goal on its own, so the trailing
`contradiction` was dead code that newer Lean rejects.
Removing it makes `lake build` green again (verified locally with the same
toolchain CI uses — elan -> leanprover/lean4:v4.12.0). This unblocks the
"Verify Lean 4 Proofs" and "Build and Test Lean Extraction Pipeline" CI jobs,
which were pre-existing red on main (not introduced by any recent PR). Only
harmless `unused variable hpre` lints remain; the build succeeds.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KfgJznd6jzSeDYsSXGAXkUcontradiction in nonempty_path_ne_parent1 parent 84004cb commit 678f178
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | | - | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
0 commit comments