
26 Mar
2009
26 Mar
'09
4:42 p.m.
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
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