aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Array/Nested/Internal/Convert.hs
Commit message (Collapse)AuthorAge
* Move Arith, XArray and ConvertMikolaj Konarski2025-05-14
|
* Rename the three main public tensor API modulesMikolaj Konarski2025-05-14
|
* Add .stylish-haskell.yaml that matches Tom's preferencesMikolaj Konarski2025-05-14
| | | | | to be automatically applied at buffer save or periodically applied with find -not -path '*/\.git/*' -name "*.hs" -type f| xargs stylish-haskell -i
* Split and uniformly rename Shape modulesMikolaj Konarski2025-05-14
|
* Let stylish-haskell sort thingsMikolaj Konarski2025-05-13
|
* mcastSafe, castCastableTom Smeding2025-02-01
|
* Clearer module purposesTom Smeding2024-05-30
Thanks Mikolaj for discussion