[Haskell-cafe] [Haskell] ANNOUNCE: mm2: The library that can be used for optimization of multiple (Ord a) => a -> b transformations
Henning Thielemann
lemming at henning-thielemann.de
Sat Sep 21 18:34:31 UTC 2019
On Sat, 21 Sep 2019, olexandr543--- via Haskell wrote:
> My library that can help to optimize using 'case ... of ...' construction if there are multiple (more than at
> least 5) variants.
> mm2: The library that can be used for optimization of multiple (Ord a) => a -> b transformations
Isn't this a problem you would solve using Data.Map?
More information about the Haskell-Cafe
mailing list