FIX #1385: make sure tuple instances are loaded
authorsimonpj@microsoft.com <unknown>
Wed, 6 Jun 2007 13:00:56 +0000 (13:00 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 6 Jun 2007 13:00:56 +0000 (13:00 +0000)
Typechecking of explicit tuples is done "by hand" (rather than using
boxySplitTyConApp) so that rigidity is maintained.  In making that change
I'd forgotten to retain the call to checkWiredInTyCon, which is important
to make sure instances are brought into scope.

Test is tc227.


No differences found