http://haskell.org/ghc/dist/current/docs/libraries/base/Data-Traversable.html

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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to