This PR turns on the new `do` elaborator in Init, Lean, Std, Lake and the testsuite. --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
279 B
Text
14 lines
279 B
Text
elseifDoErrorPos.lean:5:10-5:11: error: Application type mismatch: The argument
|
|
x
|
|
has type
|
|
Nat
|
|
but is expected to have type
|
|
Prop
|
|
in the application
|
|
@ite ?m x
|
|
elseifDoErrorPos.lean:8:11-8:14: error: Type mismatch
|
|
"a"
|
|
has type
|
|
String
|
|
but is expected to have type
|
|
Nat
|