This PR adds an addition newline before the "Additional diagnostic information may be available using the `set_option ... true` command." messages, to provide better visual separation from the main error message.
8 lines
378 B
Text
8 lines
378 B
Text
eagerUnfoldingIssue.lean:6:2-6:17: error: failed to synthesize
|
|
MonadLog (StateM Nat)
|
|
|
|
Additional diagnostic information may be available using the `set_option diagnostics true` command.
|
|
eagerUnfoldingIssue.lean:12:2-12:17: error: failed to synthesize
|
|
MonadLog (StateM Nat)
|
|
|
|
Additional diagnostic information may be available using the `set_option diagnostics true` command.
|