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>
8 lines
491 B
Text
8 lines
491 B
Text
forErrors.lean:4:29-4:30: error(lean.synthInstanceFailed): failed to synthesize instance of type class
|
||
Std.ToStream α ?m
|
||
|
||
Hint: Type class instance resolution failures can be inspected with the `set_option trace.Meta.synthInstance true` command.
|
||
forErrors.lean:6:38-6:39: error(lean.synthInstanceFailed): failed to synthesize instance of type class
|
||
ToString α
|
||
|
||
Hint: Type class instance resolution failures can be inspected with the `set_option trace.Meta.synthInstance true` command.
|