This PR fixes an issue when including a hard line break in a `Format` that caused subsequent (ordinary) line breaks to be erroneously flattened to spaces. This issue is especially important for displaying notes and hints in error messages, as these components could appear garbled due to improper line-break rendering.
9 lines
403 B
Text
9 lines
403 B
Text
exceptionalTrace.lean:7:0-7:13: error: maximum recursion depth has been reached
|
|
use `set_option maxRecDepth <num>` to increase limit
|
|
use `set_option diagnostics true` to get diagnostic information
|
|
[Elab.step] expected type: <not-available>, term
|
|
rt + 1
|
|
[Elab.step] expected type: <not-available>, term
|
|
binop% HAdd.hAdd✝ rt 1
|
|
[Elab.step] expected type: <not-available>, term
|
|
rt
|