FunctorM

John Meacham john at repetae.net
Thu Mar 2 08:02:39 EST 2006


On Thu, Mar 02, 2006 at 12:41:22PM +0000, Ross Paterson wrote:
> I propose to deprecate Data.FunctorM in favour of Data.Traversable:
> 
> http://www.haskell.org/ghc/dist/current/docs/libraries/base/Data-Traversable.html
> 

I have no particular objection, The applicative stuff looks interesting,
though I have not explored it too much.

my only request is that we add 'mapM_' and 'sequence_' to the
traversable class, there are many monads for which they are vital for
controlling space leaks.

        John

-- 
John Meacham - ⑆repetae.net⑆john⑈


More information about the Libraries mailing list