Skip to content
  • Julian Seward's avatar
    [project @ 1999-12-06 16:25:23 by sewardj] · 39135867
    Julian Seward authored
    Remove Hugs' special treatment of tuples, and instead have them as
    just another Tycon.  This is to make interworking with GHC simpler.
    
    Put tuple entries in the Tycon table.  Modify isTycon, isTuple, tupleOf,
    mkTuple and whatIs so that client code doesn't see any difference.
    Add allocTupleTycon to manufacture tuple Tycon entries as startup.
    39135867