aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Array/Nested/Internal/Mixed.hs
Commit message (Collapse)AuthorAge
* argmin and argmaxTom Smeding2024-06-09
|
* Add mliftL (written but yet unused)Tom Smeding2024-06-09
|
* nest, unNestTom Smeding2024-06-09
|
* Concatenation of arrays for M and RTom Smeding2024-06-09
| | | | What should the type of sconcat be?
* Small cleanupsTom Smeding2024-06-09
|
* Generalise Ord instances to full lexicographical orderTom Smeding2024-06-07
|
* *asXArrayPrim -> *toXArrayPrimTom Smeding2024-06-03
| | | | This name makes much more sense in combination with *fromXArrayPrim.
* Add StrictData in Nested.MixedTom Smeding2024-05-31
|
* Clearer module purposesTom Smeding2024-05-30
Thanks Mikolaj for discussion