
6 Mar
2007
6 Mar
'07
12:56 a.m.
http://haskell.org/ghc/dist/current/docs/libraries/base/Data-Traversable.htm...
pull is sequence, fmapM is mapM (also see the sequenceA, traverse functions for the more general case of applicative functors vs. monads)
Stefan
Ah yes, thank you! Saying "It seems to me that if this were a class, the implementor would be defining a traversing order by defining pull" should have tipped me off to check out the 'Traversable' class before asking (but, having probably only seen that class once or twice before in passing, it was probably too deep in my head for quick retrieval). Bryan