-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
With:
t :: ('True ~ 'False) => Int
t = 5
shouldNotTypeCheck t fails (i.e., the test fails with "Expected expression to not compile but it did compile"). I see why this happens (deferring the type error happens to not cause an error), but the expression does not actually compile.
I can't say I know how this could be fixed...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels