You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we're not constrained by parametricity, couldn't we preserve "type" of every element kind of for free, making the usually controversial instance for n-tuples, where n>2 a tad less controversial?
The text was updated successfully, but these errors were encountered:
Currently, Applicative for tuples duplicates mempty of the first element:
witchcraft/lib/witchcraft/applicative.ex
Line 221 in 75b62d8
Since we're not constrained by parametricity, couldn't we preserve "type" of every element kind of for free, making the usually controversial instance for n-tuples, where n>2 a tad less controversial?
The text was updated successfully, but these errors were encountered: