On Mon, 28 Feb 2005, John Meacham wrote: > Does the incredibly useful parallel list comprehension extension in ghc > generalize to arbitrary monads? or MonadPluses even? Better ask: Is it possible to generalize zipWith to other data structures? Adding syntactic sugar for each and everything will quickly turn Haskell into Perl 7 or C++++.