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 9b7bbc9 commit e40a8feCopy full SHA for e40a8fe
compiler/src/Canonicalize/Effects.hs
@@ -117,7 +117,6 @@ canonicalizePort env (Src.Port (A.At region portName) tipe) =
117
[input] ->
118
case checkPayload input of
119
Right () ->
120
- -- TODO:
121
Result.ok (portName, Can.Task freeVars (Just input) incomingType ctipe)
122
Left (badType, err) ->
123
Result.throw (Error.PortPayloadInvalid region portName badType err)
0 commit comments