This PR fixes `Lean.Level.mkIMaxAux` (`mk_imax` in the kernel) such that `imax 1 u` reduces to `u`. Closes #7096
20 lines
437 B
Text
20 lines
437 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 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 u_1
|