
8 Sep
2008
8 Sep
'08
6:56 p.m.
2008/9/8 minh thu
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ï