lean4-htt/tests/lean/1235.lean.expected.out
Leonardo de Moura e442fbbf54 fix: remove kabstractWithPred
The function `kabstractWithPred` was never used, and introduced the
bug exposed by issue #1235.

fixes #1235
2022-06-20 16:35:18 -07:00

4 lines
97 B
Text

1235.lean:2:0-2:7: warning: declaration uses 'sorry'
g : Nat → Nat
h : f 1 = g
⊢ g 2 = f 2 1