summaryrefslogtreecommitdiff
path: root/libraries/base/Data
Commit message (Expand)AuthorAgeFilesLines
* 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
* Insert warnings in the documentation of dangerous functionsTom Sydney Kerckhove2021-10-152-0/+12
* Explain Endo, Dual, ... in lawsViktor Dukhovni2021-10-051-2/+40
* Adopt David Feuer's explantion of foldl' via foldrViktor Dukhovni2021-10-051-22/+31
* Minor wording tweaks/fixesViktor Dukhovni2021-10-052-24/+22
* Note elem ticket 20421Viktor Dukhovni2021-10-051-0/+4
* Note linear `elem` costViktor Dukhovni2021-10-051-10/+55
* Add laws link and tweak Traversable class textViktor Dukhovni2021-10-051-4/+8
* Address some Foldable documentation nitsViktor Dukhovni2021-10-051-14/+18
* Improve error messages involving operators from Data.Type.OrdChristiaan Baaij2021-09-171-7/+10
* Remove dubious Eq1 and Ord1 Fixed instances. Fixes #20309Oleg Grenrus2021-09-111-9/+0
* Fix broken haddock @since fields in baseJoshua Price2021-09-082-0/+14
* base Data.Fixed: fix documentation typo: succ (0.000 :: Milli) /= 1.001 Jens Petersen2021-09-081-1/+1
* Export Solo from Data.TupleDavid Feuer2021-08-271-1/+3
* Detect TypeError when checking for insolubilitysheaf2021-08-151-27/+17
* Consistent use of coercion and TypeApplicationsViktor Dukhovni2021-08-081-6/+11
* Rewrite of Traversable overviewViktor Dukhovni2021-08-081-211/+845
* Add Data.ByteArray, derived from primitiveBodigrim2021-08-051-0/+242
* Add Generically (generic Semigroup, Monoid instances) and Generically1 (gener...Baldur Blöndal2021-08-021-1/+14
* base: Document overflow behaviour of genericLengthSimon Jakobi2021-08-021-0/+9
* Fix cut/paste typo foldrM should be foldlMViktor Dukhovni2021-07-021-1/+1
* Typos, minor comment fixesKrzysztof Gogolewski2021-06-221-8/+0
* Improve wording of fold[lr]M documentation.Viktor Dukhovni2021-06-021-53/+77
* Add pattern TypeRep (#19691), exported by Type.Reflection.Baldur Blöndal2021-05-191-5/+51
* Implement bitwise infix opsKoz Ross2021-05-191-0/+42
* Redesign withDict (formerly magicDict)Ryan Scott2021-04-291-6/+1
* Add Eq1 and Ord1 Fixed instancesOleg Grenrus2021-04-261-0/+9
* Use correct precedence in Complex's Read1/Show1 instancesRyan Scott2021-04-181-3/+7
* Data.List strictness optimisations for maximumBy and minimumByHécate Moonlight2021-04-141-14/+21
* Implement list `fold` and `foldMap` via mconcatKoz Ross2021-04-105-0/+63
* Change foldl' to inline when partially applied (#19534)James Foster2021-04-071-14/+23
* Address review feedback on chiralityViktor Dukhovni2021-04-011-11/+45