aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Array/Nested/Internal/Shaped.hs
Commit message (Collapse)AuthorAge
* Dot productTom Smeding2024-06-10
|
* Rename arg{min,max} to {min,max}IndexTom Smeding2024-06-10
|
* 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?
* Generalise Ord instances to full lexicographical orderTom Smeding2024-06-07
|
* Fix formattingTom Smeding2024-06-07
| | | | | These were originally directly adjacent, where the alignment showed the similarities. Now the alignment is just spurious.
* *asXArrayPrim -> *toXArrayPrimTom Smeding2024-06-03
| | | | This name makes much more sense in combination with *fromXArrayPrim.
* Rename some commuting lemmas to better namesTom Smeding2024-05-31
|
* Clearer module purposesTom Smeding2024-05-30
Thanks Mikolaj for discussion