| Commit message (Expand) | Author | Age |
| * | Eliminate the lame shaped fromInteger implementation | Mikolaj Konarski | 2025-01-24 |
| * | Add some spuriously missing Eq/Generic instances | Tom Smeding | 2024-12-18 |
| * | Uniformise NFData instance (by putting rnf in Elt) | Tom Smeding | 2024-12-18 |
| * | Remove some missed overlapping Show (Mixed) instances | Tom Smeding | 2024-12-17 |
| * | Simpler API to mcast | Tom Smeding | 2024-12-11 |
| * | Fix scastToMixed | Tom Smeding | 2024-12-11 |
| * | Improve scastToMixed's implementation | Tom Smeding | 2024-11-29 |
| * | scastToMixed, weakly-typed version of stoMixed | Tom Smeding | 2024-11-29 |
| * | [mrs]{un,}zip | Tom Smeding | 2024-11-22 |
| * | [rsm]emptyArray | Tom Smeding | 2024-11-21 |
| * | Improve error message | Tom Smeding | 2024-11-14 |
| * | Decent, consistent Num for Shaped, but with type classes :( | Tom Smeding | 2024-11-14 |
| * | Incoherent Shaped '[] instances (Num/Fractional) | Tom Smeding | 2024-11-13 |
| * | Add rToMixed and stoMixed | Tom Smeding | 2024-10-09 |
| * | Add {m,r,s}dot1Inner | Tom Smeding | 2024-06-19 |
| * | Add same-size constraint to sreshape | Tom Smeding | 2024-06-17 |
| * | sumAllPrim | Tom Smeding | 2024-06-17 |
| * | Generalise some of the lifting functions to type-changing | Tom Smeding | 2024-06-17 |
| * | Error out at fromInteger from the Num instance of Shaped | Mikolaj Konarski | 2024-06-15 |
| * | Show instances via toListLinear | Tom Smeding | 2024-06-14 |
| * | [mrs]{from,to}ListLinear | Tom Smeding | 2024-06-14 |
| * | Export full [mrs]{shape,rank,size} set | Tom Smeding | 2024-06-14 |
| * | s{from,to}Orthotope | Tom Smeding | 2024-06-13 |
| * | Add (temporary version of) more general mdot | Tom Smeding | 2024-06-10 |
| * | Add *flatten | Tom Smeding | 2024-06-10 |
| * | Very unsafe fromInteger that crashes everything if you do it wrong | Tom Smeding | 2024-06-10 |
| * | Dot product | Tom Smeding | 2024-06-10 |
| * | Rename arg{min,max} to {min,max}Index | Tom Smeding | 2024-06-10 |
| * | argmin and argmax | Tom Smeding | 2024-06-09 |
| * | Add mliftL (written but yet unused) | Tom Smeding | 2024-06-09 |
| * | nest, unNest | Tom Smeding | 2024-06-09 |
| * | Concatenation of arrays for M and R | Tom Smeding | 2024-06-09 |
| * | Generalise Ord instances to full lexicographical order | Tom Smeding | 2024-06-07 |
| * | Fix formatting | Tom Smeding | 2024-06-07 |
| * | *asXArrayPrim -> *toXArrayPrim | Tom Smeding | 2024-06-03 |
| * | Rename some commuting lemmas to better names | Tom Smeding | 2024-05-31 |
| * | Clearer module purposes | Tom Smeding | 2024-05-30 |