aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add SNat import to readme tasterHEADmasterTom Smeding15 hours
|
* Cross-package doc links are half-broken, let's notTom Smeding15 hours
|
* Fix rerank docsTom Smeding15 hours
|
* Fix formatting in cabal fileTom Smeding15 hours
|
* Package description and changelogTom Smeding15 hours
|
* Common-up some options in cabal fileTom Smeding16 hours
|
* Apply a small fraction of hlint hintsMikolaj Konarski25 hours
|
* Permutations: withKnownPermTom Smeding34 hours
|
* Add existential conversions to ShSTom Smeding36 hours
|
* More shape/index conversion functionsTom Smeding36 hours
|
* Flip some index/shape-related functionsTom Smeding37 hours
| | | | | This ensures that the argument order consistently puts the main thing being operated on at the end, and supporting singletons at the start.
* Improve Conversion haddocksTom Smeding37 hours
|
* CleanupTom Smeding37 hours
|
* Tweak haddocs and comments slightlyMikolaj Konarski4 days
|
* Add instance TestEquality PermMikolaj Konarski12 days
|
* Rename Castable to ConversionTom Smeding2025-06-09
|
* Derive instance Show (Castable a b)Mikolaj Konarski2025-06-06
|
* Describe Castable philosophyTom Smeding2025-06-04
|
* Add CastZip and CastUnzipTom Smeding2025-06-04
|
* Add shape checking to [rms]zipTom Smeding2025-06-04
|
* Fix up and update Trace.hsTom Smeding2025-06-04
|
* Reorganise and clean up {from,to}List functionsTom Smeding2025-06-04
|
* Add ssxDropSSX and ssxDropSh, analogous to the shx* versionsTom Smeding2025-06-03
|
* Add CastNest and CastUnnestTom Smeding2025-06-03
|
* Remove unnecessary LANGUAGE pragmaTom Smeding2025-06-02
|
* Make MapJust injectiveTom Smeding2025-06-02
|
* Simplify and expand CastableTom Smeding2025-06-02
|
* README: Improvements (thanks Mikolaj)Tom Smeding2025-05-27
|
* README: more accurateTom Smeding2025-05-27
|
* Point to the README from the package descriptionTom Smeding2025-05-27
|
* Update READMETom Smeding2025-05-27
|
* test: Don't generate unreasonably large replicated arraysTom Smeding2025-05-17
|
* Run stylish-haskellMikolaj Konarski2025-05-17
|
* Nested.hs: Fix typo in doc commentTom Smeding2025-05-17
|
* Nested.hs: import and export orderingTom Smeding2025-05-17
|
* Update doc comments in LemmasTom Smeding2025-05-17
|
* Move shape conversion ops to Data.Array.Nested.ConvertMikolaj Konarski2025-05-17
|
* Move code around in Data.Array.Nested.ConvertMikolaj Konarski2025-05-17
|
* Merge both Lemmas modulesMikolaj Konarski2025-05-17
|
* Eliminate the dependency cycle of Lemmas modulesMikolaj Konarski2025-05-17
|
* Move modules Permutation and TypesMikolaj Konarski2025-05-16
|
* Sort modules in cabal fileTom Smeding2025-05-16
|
* Generalize some shape conversion functionsMikolaj Konarski2025-05-16
|
* Revert "Remove the KnownNat constraint from (:5509)"Tom Smeding2025-05-16
| | | | | | | This reverts commit 8890526cac9e6c4d5583d00fce55f32ba613cf31. Removing a _provided_ KnownNat constraint if we cannot remove the actual Nat information from the data type is rather pointless.
* Shape/index function renameTom Smeding2025-05-16
|
* default-show-instances flagTom Smeding2025-05-16
|
* Remove the KnownNat constraint from (:5509)Mikolaj Konarski2025-05-16
|
* Explicit re-exports of Base membersTom Smeding2025-05-16
| | | | | This is to ensure that haddock doesn't insert a module reference, but displays the members of the Base module inline.
* Flip arguments of mcastToShaped for consistencyTom Smeding2025-05-16
|
* Convert: Export list; simplify some functions with castCastableTom Smeding2025-05-16
|