lean4-htt/tests/lean/consumePPHint.lean.expected.out
Kyle Miller 044bfdb098
feat: eliminate letFun support, deprecate let_fun syntax (#9086)
This PR deprecates `let_fun` syntax in favor of `have` and removes
`letFun` support from WHNF and `simp`.
2025-06-30 02:10:18 +00:00

6 lines
170 B
Text

consumePPHint.lean:8:8-8:14: warning: declaration uses 'sorry'
case a
⊢ q
(have x := 0;
x + 1)
consumePPHint.lean:10:8-10:15: warning: declaration uses 'sorry'