We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85abed commit 1a90acdCopy full SHA for 1a90acd
compiler/src/Reporting/Error/Canonicalize.hs
@@ -522,7 +522,7 @@ toReport source err =
522
<> "` as a function, but it is not available in pattern matching like this:"
523
,
524
D.reflow $
525
- "I recommend matching matching the record as a variable and unpacking it later."
+ "I recommend matching the record as a variable and unpacking it later."
526
)
527
528
PortPayloadInvalid region portName _badType invalidPayload ->
0 commit comments