summaryrefslogtreecommitdiff
path: root/libraries/base/Data
Commit message (Expand)AuthorAgeFilesLines
* Extend documentation for Data.IORefBodigrim2022-11-201-13/+29
* Fix capitalization in haddock for TestEqualityBodigrim2022-11-151-3/+3
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-111-1/+7
* Clarify msum/asum documentationJade Lovelace2022-11-081-2/+8
* Add `Enum (Down a)` instance that swaps `succ` and `pred`Gergo ERDI2022-10-171-2/+22
* Add type signatures in where-clause of Data.List.permutationsBodigrim2022-10-141-7/+12
* Add standard Unicode case predicates isUpperCase and isLowerCase.Pierre Le Marre2022-10-141-2/+2
* ByteArray# is unlifted, not unboxedBodigrim2022-10-111-4/+4
* Expand comment for Data.List.permutationsjwaldmann2022-10-111-0/+3
* Extend documentation for Data.List, mostly wrt infinite listsBodigrim2022-10-112-47/+208
* Add a newline before since pragma in Data.Array.ByteBodigrim2022-10-101-0/+1
* 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