mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 10:24:07 +00:00
Also refactor util.sh in the process, so test scripts become easier to write (inspired in part by lake's test suite).
14 lines
489 B
Plaintext
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)
|