Simplify and tidy up the handling of tuple names
This fixes Trac #8954. There were actually three places where tuple occ-names were parsed: - IfaceEnv.lookupOrigNameCache - Convert.isBuiltInOcc - OccName.isTupleOcc_maybe I combined all three into TysWiredIn.isBuiltInOcc_maybe Much nicer.
testsuite/tests/th/T8954.hs
0 → 100644
Please register or sign in to comment