This message is often incorporated into source files via `#guard_msgs`. This change ensures it won't go over the 100 character ruler, and I think is equally grammatical. :-)
12 lines
366 B
Text
12 lines
366 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
|
|
(sorryAx Nat true).succ : Nat
|