aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Array/Nested/Internal
Commit message (Expand)AuthorAge
* All arrays are Eq and Ord (they compare shape first, then values)HEADmasterTom Smeding2 days
* Less pointless standalone Ord instancesTom Smeding2 days
* Remove 'type data' for now (GHC 9.10 breaks)Tom Smeding5 days
* mcastSafe, castCastableTom Smeding2025-02-01
* Eliminate the lame shaped fromInteger implementationMikolaj Konarski2025-01-24
* Add some spuriously missing Eq/Generic instancesTom Smeding2024-12-18
* Uniformise NFData instance (by putting rnf in Elt)Tom Smeding2024-12-18
* Remove some missed overlapping Show (Mixed) instancesTom Smeding2024-12-17
* Uniform Show instance for MixedTom Smeding2024-12-17
* rcastToMixedTom Smeding2024-12-11
* Simpler API to mcastTom Smeding2024-12-11
* Fix scastToMixedTom Smeding2024-12-11
* Improve scastToMixed's implementationTom Smeding2024-11-29
* scastToMixed, weakly-typed version of stoMixedTom Smeding2024-11-29
* [mrs]{un,}zipTom Smeding2024-11-22
* [rsm]emptyArrayTom Smeding2024-11-21
* Add the criminally absent singletons to numEltMinIndex and numEltMaxIndexMikolaj Konarski2024-11-19
* Improve error messageTom Smeding2024-11-14
* Decent, consistent Num for Shaped, but with type classes :(Tom Smeding2024-11-14
* Add withKnownSh{S,X}Tom Smeding2024-11-13
* Incoherent Shaped '[] instances (Num/Fractional)Tom Smeding2024-11-13
* Remove now-unused import :DTom Smeding2024-11-12
* Make fromInteger error for all array typesTom Smeding2024-11-12
* Support arrays of BoolTom Smeding2024-10-18
* Better error message in IsList(ListR)Tom Smeding2024-10-10
* Remove redundant Elt constraintTom Smeding2024-10-09
* Add rToMixed and stoMixedTom Smeding2024-10-09
* Revert "Add an awkward extra Typeable constraint that helps comparing shapes"Tom Smeding2024-07-24
* Make ShS an instance of TestEqualityTom Smeding2024-07-24
* Add an awkward extra Typeable constraint that helps comparing shapesMikolaj Konarski2024-07-21
* Remove obsolete TODOTom Smeding2024-06-20
* Add {m,r,s}dot1InnerTom Smeding2024-06-19
* Add same-size constraint to sreshapeTom Smeding2024-06-17
* sumAllPrimTom Smeding2024-06-17
* Generalise more lifting functionsTom Smeding2024-06-17
* Generalise some of the lifting functions to type-changingTom Smeding2024-06-17
* Error out at fromInteger from the Num instance of ShapedMikolaj Konarski2024-06-15
* Show instances via toListLinearTom Smeding2024-06-14
* [mrs]{from,to}ListLinearTom Smeding2024-06-14
* Export full [mrs]{shape,rank,size} setTom Smeding2024-06-14
* Add KnownShape generators from ShSTom Smeding2024-06-13
* Rename *LengthSNat to *RankTom Smeding2024-06-13
* s{from,to}OrthotopeTom Smeding2024-06-13
* Add TODOTom Smeding2024-06-11
* Add (temporary version of) more general mdotTom Smeding2024-06-10
* Add *flattenTom Smeding2024-06-10
* Update TODOTom Smeding2024-06-10
* Add head functions for the nested list typesTom Smeding2024-06-10
* Very unsafe fromInteger that crashes everything if you do it wrongTom Smeding2024-06-10
* Add TODOTom Smeding2024-06-10