[Haskell-beginners] A "show" error

Lyndon Maydwell maydwell at gmail.com
Thu Apr 12 00:49:39 CEST 2012


Is 6 actually a limit, or is that just what is already defined? Could
a new Show instance for 7-tuples be defined?

On Mon, Mar 12, 2012 at 9:20 AM, Brandon Allbery <allbery.b at gmail.com> wrote:
> On Sun, Mar 11, 2012 at 16:00, bahadýr altan <doaltan at yahoo.co.uk> wrote:
>>
>> I use Hugs.  And I must use it...
>
>
> That's ... unfortunate.  Use smaller tuples, then; I believe 6 is the limit
> for its Show and Read instances.  Or define your own result ADT and derive a
> Show instance for it.
>
> --
> brandon s allbery                                      allbery.b at gmail.com
> wandering unix systems administrator (available)     (412) 475-9364 vm/sms
>
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>



More information about the Beginners mailing list