
21 Sep
2019
21 Sep
'19
2:34 p.m.
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?