lean4-htt/tests/lean/macroSwizzle.lean.expected.out
Markus Himmel eda467e066
fix: typo in application type mismatch error message (#8290)
This PR fixes a typo that was introduced recently.
2025-05-12 13:35:29 +00:00

13 lines
384 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: In the application
Nat.succ "x"
the final argument
"x"
has type
String : Type
but is expected to have type
Nat : Type
sorry.succ : Nat