[m-dev.] for review: tuples [1]

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Aug 1 23:59:56 AEST 2000


On 01-Aug-2000, Simon Taylor <stayl at cs.mu.OZ.AU> wrote:
> 
> Implement builtin tuple types, similar to those in Haskell.

>From a language design stand-point, one disadvantage of tuples
is that it is difficult to write type class instance declarations
for them, because they are unbounded in arity, and there is no
way to write a single instance declaration which works for all
tuple types.

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list