2008/9/8 minh thu <noteed at gmail.com>: > Hi, > > Is there something like a fmapM_ ? > In particular, I'd like to mapM_ a Data.IntMap instead of a List > The Traversable class (from Data.Traversable) includes a mapM function. Unfortunately Data.IntMap don't provide an instance for IntMap (though Data.Map does for Map). -- Jedaï