Skip to content

Commit

Permalink
Fix typo in Constraint.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Brent Yorgey <[email protected]>
  • Loading branch information
LeitMoth and byorgey authored Jan 9, 2025
1 parent 4cc31de commit 16f4e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Disco/Exhaustiveness/Constraint.hs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ substituteVarIDs y x = map (first subst)
where
subst var = if var == x then y else x

-- | Deals with I2 form section 3.4
-- | Deals with I2 from section 3.4
-- if a variable in the context has a resolvable type, there must be at least one constructor
-- which can be instantiated without contradiction of the refinement type
-- This function tests if this is true
Expand Down

0 comments on commit 16f4e33

Please sign in to comment.