[Haskell-cafe] ANN: new version of uu-parsinglib

Edward Kmett ekmett at gmail.com
Wed Jun 3 16:22:01 EDT 2009


On Sun, May 31, 2009 at 7:21 PM, Ross Paterson <ross at soi.city.ac.uk> wrote:

> 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.)


+1

As a justification, (*>) and (>>) serve much the same purpose, and (>>) is
already exposed via Monad to permit the same kinds of optimizations that an
explicit override of (*>) proffers.

-Edward Kmett
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090603/0281b039/attachment.html


More information about the Haskell-Cafe mailing list