[Haskell-cafe] Syntax question regarding 'import'

Bulat Ziganshin bulat.ziganshin at gmail.com
Tue Nov 4 08:39:15 EST 2008


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:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list