lean4-htt/tests/lean/macroSwizzle.lean.expected.out
Kim Morrison da32bdd79c
chore: additional newline before 'additional diagnostic information' message (#7169)
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.
2025-02-23 23:27:33 +00:00

13 lines
354 B
Text

macroSwizzle.lean:4:7-4:23: error: failed to synthesize
HAdd Bool String ?m
Additional diagnostic information may be available using the `set_option diagnostics true` command.
macroSwizzle.lean:6:7-6:10: error: application type mismatch
Nat.succ "x"
argument
"x"
has type
String : Type
but is expected to have type
Nat : Type
sorry.succ : Nat