[Haskell-cafe] strict version of Haskell - does it exist?

Roman Leshchinskiy rl at cse.unsw.edu.au
Mon Jan 30 17:48:33 CET 2012


Marc Weber wrote:
> Replying to all replies at once:
>
>> Malcolm Wallace
>>  At work, we have a strict version of Haskell
> :-) which proofs that it is worth thinking about it.

But doesn't necessarily prove that it's a good idea.

>                                   Just (Item id ua t k v) -> M.insertWith
> (+) k 1 st

Does replacing this by insertWith' help?

Roman






More information about the Haskell-Cafe mailing list