Skip to content

Commit e40a8fe

Browse files
committed
Remove TODO
1 parent 9b7bbc9 commit e40a8fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/Canonicalize/Effects.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ canonicalizePort env (Src.Port (A.At region portName) tipe) =
117117
[input] ->
118118
case checkPayload input of
119119
Right () ->
120-
-- TODO:
121120
Result.ok (portName, Can.Task freeVars (Just input) incomingType ctipe)
122121
Left (badType, err) ->
123122
Result.throw (Error.PortPayloadInvalid region portName badType err)

0 commit comments

Comments
 (0)