Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
link TODO to issue number
Browse files Browse the repository at this point in the history
byorgey committed Dec 19, 2024
1 parent f1d9478 commit 26356b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swarm-lang/Swarm/Language/Parser/Value.hs
Original file line number Diff line number Diff line change
@@ -100,7 +100,7 @@ parseValue = \case
-- Just unfold recursive types and proceed
TyRec x ty -> parseValue (unfoldRec x ty)

-- TODO: expand all user types during elaboration, so we can't
-- TODO (#2223): expand all user types during elaboration, so we can't
-- encounter them here
TyUser _ _ -> empty

0 comments on commit 26356b8

Please sign in to comment.