Bugs item #644657, was opened at 2002-11-27 10:43
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=644657&group_id=8032

Category: Compiler
Group: 5.02
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: interface decl for PrelTup

Initial Comment:
My literate haskell script uses tupels with 38
elements. When using HUGS I get no errors and the
script is running as wanted. 
Compiling with ghc-5.02.2 following error occurs:

Switches_tupel.lhs:1:
Failed to find interface decl for
`PrelTup.(,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,)'
    from module `PrelTup'


[EMAIL PROTECTED]

----------------------------------------------------------------------

>Comment By: Simon Peyton Jones (simonpj)
Date: 2002-11-28 09:41

Message:
Logged In: YES 
user_id=50165

GHC only provides tuples up to size 37. This is indeed a bug, 
and it's been on the list of things to fix for about ten years.  
But it's quite tiresome to do anything about and seldom bites.

I will update the manual; and I'll make the compiler give a 
more graceful error message.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=644657&group_id=8032
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to