[Haskell-cafe] Hash table constructors return table in IO Monad. Why?

Bryan O'Sullivan bos at serpentine.com
Fri May 13 00:04:39 CEST 2011


On Thu, May 12, 2011 at 12:59 PM, michael rice <nowgate at yahoo.com> wrote:

>
> HashTable doesn't do it. Neither does Map. Was I dreaming?
>

multiInsert k v m = insertWith' (++) k [v] m
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110512/5c2f35f3/attachment.htm>


More information about the Haskell-Cafe mailing list