[Haskell-cafe] Language.Haskell.Parser question

John Van Enk vanenkj at gmail.com
Thu Mar 26 16:42:50 EDT 2009


Excellent!
The black magic had me scratching my head until I realized it was broken
magic. :)

/jve


On Thu, Mar 26, 2009 at 4:23 PM, Neil Mitchell <ndmitchell at gmail.com> wrote:

> Hi John,
>
> > Actually, looking at the docs for UniplateStr[1], isn't there an error in
> > the following example statement in the Queries section?
> >
> > vals x = [Val i | i <- universe x]
> >
> > Shouldn't that be:
> > vals x = [i | Val i <- universe x]
>
> Yep, you are indeed right. I've fixed the examples in the darcs
> version, and next time there is a release these changes will be
> incorporated.
>
> Many thanks
>
> Neil
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090326/e8eb2bb6/attachment.htm


More information about the Haskell-Cafe mailing list