summaryrefslogtreecommitdiff
path: root/libraries/base/Data
Commit message (Expand)AuthorAgeFilesLines
* Use sameByteArray# in sameByteArrayOleg Grenrus2022-10-041-2/+1
* Rename Solo[constructor] to MkSoloTorsten Schmits2022-09-211-4/+4
* Relax instances for Functor combinators; put superclass on Class1 and Class2 ...John Ericson2022-09-204-67/+106
* Fix typosKrzysztof Gogolewski2022-09-141-1/+1
* Export liftA2 from PreludeGeorgi Lyubenov2022-09-083-2/+3
* Add since annotations and changelog entriesHarry Garrood2022-08-251-0/+4
* Add inits1 and tails1 to Data.List.NonEmptyHarry Garrood2022-08-251-2/+47
* Add mapAccumM, forAccumM to Data.TraversableBoris Lykah2022-07-192-5/+78
* typosEric Lindblad2022-07-183-3/+3
* Fix incorrect proof of applyWhen’s propertiesAnselm Schüler2022-07-171-1/+1
* Add applyWhen to Data.Function per CLC propAnselm Schüler2022-07-041-0/+29
* Expand `Ord` instance for `Down`konsumlamm2022-07-031-0/+6
* Data.Foldable1: Remove references to Foldable-specific noteSimon Jakobi2022-07-021-4/+0
* Cleanup BuiltInSyntax vs UserSyntaxMatthew Pickering2022-06-281-2/+0
* Add Foldable1 and Bifoldable1 type classesBodigrim2022-06-272-0/+562
* Rename `copyByteArray` to `unsafeCopyByteArray`Matthew Craven2022-06-221-12/+12
* Check for Int overflows in Data.Array.ByteMatthew Craven2022-06-221-27/+91
* Use a class to check validity of withDictwip/withdictKrzysztof Gogolewski2022-05-271-1/+1
* [base] Fix the links in the Data.Data moduleHécate Moonlight2022-05-261-4/+2
* add since annotations for instances of ByteArrayTeo Camarasu2022-05-051-0/+9
* Assume at least one evaluation for nested SubDemands (#21081, #21133)wip/T21081Sebastian Graf2022-05-031-4/+4
* Remove Fun pattern from Typeable COMPLETE setsheaf2022-04-071-3/+2
* Export MutableByteArray from Data.Array.ByteAndreas Klebinger2022-04-011-2/+22
* Remove wrong claim about naturality law.gershomb2022-04-011-4/+1
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-0/+2
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-153-1/+5
* gitlab-ci: Use the linters image in hlint jobBen Gamari2022-03-111-1/+0
* base: Remove default method from bitraversableMatthew Pickering2022-03-021-1/+0
* Make modules in base stable.Hécate Moonlight2022-02-2832-32/+32
* Clarify laws of TestEqualityJohn Ericson2022-02-241-2/+16
* Fix a few Note inconsistenciesBen Gamari2022-02-012-1/+1
* Fixes typo in documentation of the Semigroup instance of EquivalenceMichaWiedenmann12021-12-141-1/+1
* Data.Functor.Classes: fix Ord1 instance for DownVaibhav Sagar2021-12-141-1/+4
* Use HasCallStack and error in GHC.List and .NonEmptyOleg Grenrus2021-12-121-4/+5
* Improve mtimesDefaultDavid Feuer2021-12-091-3/+22
* Drop O(n^2) warning on concatViktor Dukhovni2021-12-091-3/+0
* A few more typosViktor Dukhovni2021-12-091-6/+7
* Fix typo and outdated link in Data.FoldableViktor Dukhovni2021-12-092-3/+4
* Use italic big-O notation in Data.FoldableViktor Dukhovni2021-12-071-18/+18
* More specific documentation of foldr' caveatsViktor Dukhovni2021-12-071-3/+17
* List-monomorphic `foldr'`Viktor Dukhovni2021-12-071-1/+2
* Revert "Data.List specialization to []"Matthew Pickering2021-12-033-1394/+1592
* Rename Data.Array.ByteArray -> Data.Array.ByteBodigrim2021-11-261-6/+6
* Rename Data.ByteArray to Data.Array.ByteArray + add TrustworthyBodigrim2021-11-261-6/+7
* Make INLINE/NOINLINE pragmas a bgi less constrainingSimon Peyton Jones2021-11-221-1/+4
* Provide in-line kind signatures for Data.Type.Ord.Compare.Andrew Pritchard2021-11-171-1/+1
* Fix Haddock markup on Data.Type.Ord.OrdCond.Andrew Pritchard2021-11-171-3/+4
* Improve ZipList section of Traversable overviewViktor Dukhovni2021-11-101-6/+15
* Tweak descriptions of lines and unlinesViktor Dukhovni2021-10-251-19/+17
* Fix infelicities in docs for lines, unlines, words, unwordsKoz Ross2021-10-191-13/+45