9 Sep
2008
9 Sep
'08
2:56 a.m.
2008/9/8 minh thu <noteed@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ï