summaryrefslogtreecommitdiff
path: root/libraries/base/Data
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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