aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Array/Nested.hs
Commit message (Collapse)AuthorAge
* Export more of the sized lists, including the newtype constructorsMikolaj Konarski2024-04-21
| | | | | Maybe the newtype constructors can be hidden in the future and if not, maybe they should only be available from an internal module.
* Flesh out shaped sized listsMikolaj Konarski2024-04-21
|
* Flesh out ranked sized listsMikolaj Konarski2024-04-21
|
* Make index types useful for horde-ad by parameterising IntTom Smeding2024-04-21
|
* sliceTom Smeding2024-04-20
|
* toListTom Smeding2024-04-20
|
* fromList1 (the analogue to orthotope's fromList)Tom Smeding2024-04-20
|
* fromListTom Smeding2024-04-20
|
* unScalar, constantTom Smeding2024-04-14
|
* fromVectorTom Smeding2024-04-14
|
* Exports, documentationTom Smeding2024-04-14
|
* scalarTom Smeding2024-04-14
|
* Add forgotten export in public interfaceTom Smeding2024-04-14
|
* Fix constraints in Data.Array.MixedTom Smeding2024-04-14
| | | | | These were still Unbox from before the transition to orthotope's Storable API
* Rename inductive naturals to INatTom Smeding2024-04-14
|
* Transpose functions in the APITom Smeding2024-04-09
|
* Reorganise, documentationTom Smeding2024-04-03