lean4-htt/tests/lean/consumePPHint.lean.expected.out
Kyle Miller 3854ba87b6
feat: pretty print letFun using have syntax (#8372)
This PR modifies the pretty printer to use `have` syntax instead of
`let_fun` syntax.
2025-05-16 15:10:01 +00:00

6 lines
168 B
Text

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