Fixes a long-standing bug in the the `sorryAx` app unexpander that prevented it from applying. Now `sorry` pretty prints as `sorry`.
20 lines
455 B
Text
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)
|