Hello Maurí­cio,

Tuesday, November 4, 2008, 3:47:17 PM, you wrote:

> Haskell syntax allows a comma at the end of names
> to be imported or exported, like in the second
> line. What does that mean?

it simplifies editiing of lists: you can add/remove lines without
changing surrounding ones:

import XXX hiding(
                  aaa,
                  bbb,
                  ccc,
                 )


-- 
Best regards,
 Bulat                            mailto:[EMAIL PROTECTED]

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

Reply via email to