
27 May
2019
27 May
'19
5:34 p.m.
Henning Thielemann
I like two announce two of my packages:
1. comfort-array http://hackage.haskell.org/package/comfort-array
It provides Boxed and Storable arrays with very liberal shape definitions. You may use ranges of indices like in 'array' or zero-based indexing like in 'repa', but you can also use arbitrary index Sets, enumerations, concatenation of arrays and more. E.g. an array with (Shape.Enumeration Ordering) has three elements with indices LT, EQ, GT.
Very nice. I have long wanted something like this. Thanks Henning! Cheers, - Ben