[Haskell-cafe] Re: ANNOUNCE: enumerator, an alternative iteratee package

Paulo Tanimoto ptanimoto at gmail.com
Sat Aug 21 00:02:28 EDT 2010


Hi John,

What do you think of putting those parsing functions like head, last,
length, etc, under another module or, alternatively, putting the main
definitions under another module (say, Base or Core)?  I wouldn't mind
if they all get re-exported.

I say that because since the library aims to be minimalistic, it would
be nice to import the core parts only.  That makes it easy to avoid
some name clashes as well.

Take care,

Paulo


More information about the Haskell-Cafe mailing list