Skip to content

Fix unboxed tuple size limit (#17837)

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

This fixes #17837 (closed) by dividing tyConArity tycon by 2 in the case of unboxed tuples.

Merge request reports