
Has anyone ever seen a error message like the following while compiling with tracing activated? Fail: Can't find int for (Prelude.49,Constructor) The target module and its imports don't define a type or data constructor called Constructor - any ideas? (They all compile without any problems with tracing turned off.) I'm using nhc98 1.10-1 from the RH 7.2 package. Thanks in advance, Anthony Travers (amt-public@dodo.com.au)

"Anthony Travers"
Has anyone ever seen a error message like the following while compiling with tracing activated?
Fail: Can't find int for (Prelude.49,Constructor)
The message means that the (transformed) program contains a 49-tuple, which is too large for Hat at the moment. If your original program did not contain a 49-tuple, then it may have been introduced during the Hat transformation itself. Can you send (off-list) your original program, and we'll have a look? Regards, Malcolm
participants (2)
-
Anthony Travers
-
Malcolm Wallace