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
Hi John,
On Mon, Aug 24, 2009 at 11:13 PM, John Meacham wrote:
> Hi, I am happy to announce the jhc optimizing haskell compiler version 0.7.1.
>
> Information on installing jhc is here:
> http://repetae.net/computer/jhc/building.shtml
> And the Main page is here: http://repetae.net/computer/jhc
On Tue, Mar 10, 2009 at 2:57 PM, Johan Tibell wrote:
> On Tue, Mar 10, 2009 at 8:28 PM, John Lato wrote:
>> I am pleased to announce the hackage release of iteratee-0.1.0. This
>> library implements enumerators and iteratees as proposed by Oleg
>> Kiselyov (http://okmij.org/ftp/Haskell/Iteratee/