lean4-htt/tests/lean/binrelTypeMismatch.lean.expected.out
Kyle Miller 1d66ff8231
fix: app unexpander for sorryAx (#5759)
Fixes a long-standing bug in the the `sorryAx` app unexpander that
prevented it from applying. Now `sorry` pretty prints as `sorry`.
2024-10-18 01:44:52 +00:00

20 lines
455 B
Text

binrelTypeMismatch.lean:10:14-10:16: error: type mismatch
()
has type
Unit : Type
but is expected to have type
Bool : Type
binrelTypeMismatch.lean:15:21-15:22: error: type mismatch
p
has type
Prop : Type
but is expected to have type
Bool : Type
Prop → sorry : Sort (imax 1 u_1)
binrelTypeMismatch.lean:20:27-20:28: error: type mismatch
p
has type
Prop : Type
but is expected to have type
Bool : Type
Prop → sorry : Sort (imax 1 u_1)