lean4-htt/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

6 lines
214 B
Text

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