[Haskell-cafe] ANN: new version of uu-parsinglib
Ross Paterson
ross at soi.city.ac.uk
Sun May 31 19:21:47 EDT 2009
On Sun, May 31, 2009 at 09:40:38PM +0200, S. Doaitse Swierstra wrote:
> A new version of the uu-parsinglib has been uploaded to hackage. It is
> now based on Control.Applicative where possible.
>
> Be warned that functions like some and many will be redefined in the
> future.
Perhaps we should make some and many methods of Alternative, <* and *>
methods of Applicative and <$ a method of Functor, all with the current
definitions as defaults. (John Meacham was also asking for the first
of these.)
More information about the Haskell-Cafe
mailing list