On 2/2/07, Kirsten Chevalier <[EMAIL PROTECTED]> wrote:

> On the other hand, with constant lists and tuples, you're probably not
> going to frequently edit the same constant list value. Am I missing
> something?

Sometimes people maintain static configuration items and the like in lists. 
I've certainly found myself wishing for the trailing ',' to be allowed on some 
occasions, though it's not a big enough deal for me to argue for it strongly if 
there is significant opposition. I think record syntax is the other significant 
place where it'd be useful (more so than tuples, given that adding an item to a 
tuple generally involves a type change that has an impact in many other places, 
whereas adding a record item is often just a question of adding it to the type 
and to a few other locations.)

Cheers,

Ganesh

==============================================================================
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==============================================================================

_______________________________________________
Haskell-prime mailing list
Haskell-prime@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-prime

Reply via email to