Skip to content
  • Simon Peyton Jones's avatar
    Simplify and tidy up the handling of tuple names · 750271e6
    Simon Peyton Jones authored
    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.
    750271e6