Files
lean4/tests/pkg/leanchecker/LeanCheckerTests/AddFalse.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

7 lines
214 B
Plaintext

leanchecker found a problem in LeanCheckerTests.AddFalse
uncaught exception: while replaying declaration 'false':
(kernel) declaration type mismatch, 'false' has type
Prop
but it is expected to have type
False