Skip to content

Add missing Ix instances for tuples of size 6 through 15 (#16643)

Josh Price requested to merge jdprice/ghc:T16643B into master

This MR adds Ix instances that are required by the report, but were missing from base.

As mentioned in the comments of #16643 (closed), there is one package that would break with theses changes because it defines the Ix instances as orphans.

Merge request reports