Skip to content

Commit

Permalink
Remove unneeded todo
Browse files Browse the repository at this point in the history
  • Loading branch information
LeitMoth committed Sep 1, 2024
1 parent 6ef2c51 commit 9340ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explore/lower-your-guards/src/Inhabitants.hs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ addConstraintHelper nref@(ctx, cns) cf@(origX, c) = case c of
--- Equation (10)
Match k args -> do
case getConstructorArgs k (onVar origX cns) of
-- 10c -- TODO(colin): Still need to add type constraints!
-- 10c -- NOTE: This is where we would add type constraints, if we needed them
Just args' ->
addConstraints
nref
Expand Down

0 comments on commit 9340ec1

Please sign in to comment.