Files
lean4/tests/pkg/leanchecker/LeanCheckerTests/ReplaceAxiom.lean.out.expected
Garmelon 6a2a884372 chore: migrate pkg tests (#12889)
Also refactor util.sh in the process, so test scripts become easier to
write (inspired in part by lake's test suite).
2026-03-11 18:55:46 +00:00

14 lines
489 B
Plaintext

leanchecker found a problem in LeanCheckerTests.ReplaceAxiom
uncaught exception: while replaying declaration 'efsq':
(kernel) application type mismatch
False.elim @propext
argument has type
∀ {a b : Prop}, Iff a b → Eq a b
but function has type
False →
∀ (x y z n : Nat),
instLTNat.lt 0 x →
instLTNat.lt 0 y →
instLTNat.lt 0 z →
instLTNat.lt 2 n → Ne (instHAdd.hAdd (instHPow.hPow x n) (instHPow.hPow y n)) (instHPow.hPow z n)