summaryrefslogtreecommitdiff
path: root/libraries/base/Data
Commit message (Expand)AuthorAgeFilesLines
* Fix a leak in `transpose`Hécate2020-11-011-6/+44
* Fix `instance Bounded a => Bounded (Down a)` (#18716)David Beacham2020-10-271-6/+29
* Remove Proxy# argument in Data.Typeable.InternalKrzysztof Gogolewski2020-10-151-4/+4
* Unification of Nat and NaturalsHaskellMouse2020-10-131-1/+1
* Allow fusion with catMaybes (#18574)Sylvain Henry2020-10-011-2/+2
* New linear types syntax: a %p -> b (#18459)Vladislav Zavialov2020-09-291-5/+5
* Remove redundant "do", "return" and language extensions from baseHécate2020-09-231-1/+0
* Export singleton function from Data.ListWander Hillen2020-09-191-0/+1
* Deprecate Data.Semigroup.OptionSimon Jakobi2020-09-191-6/+3
* Make the 'IsString (Const a b)' instance polykinded on 'b'Cary Robbins2020-09-171-1/+3
* Add testsSandy Maguire2020-09-121-0/+4
* Add clamp function to Data.OrdSandy Maguire2020-09-121-0/+16
* Remove potential space leak from Data.List.transposeDavid Feuer2020-09-021-1/+7
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-0517-47/+32
* Fix typoFelix Wiemuth2020-07-291-1/+1
* Bignum: add support for negative shifts (fix #18499)Sylvain Henry2020-07-281-4/+16
* #17169: Clarify Fixed's Enum instance.Martin Handley2020-07-011-0/+58
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-281-1/+1
* Add MonadZip and MonadFix instances for ComplexOleg Grenrus2020-06-251-0/+10
* add examples to Data.TraversableAdam Wespiser2020-06-251-0/+108
* Update `base` packageSylvain Henry2020-06-173-24/+27
* Linear types (#15981)Krzysztof Gogolewski2020-06-172-25/+35
* Add introductory prose for Data.TraversableViktor Dukhovni2020-06-131-92/+419
* base: Scrap deprecation plan for Data.Monoid.{First,Last}Simon Jakobi2020-05-291-20/+0
* Revert "Specify kind variables for inferred kinds in base."Ben Gamari2020-05-259-81/+41
* Predicate, Equivalence derive via `.. -> a -> All'Baldur Blöndal2020-05-131-36/+132
* docs: Add examples for Data.Semigroup.Arg{Min,Max}Simon Jakobi2020-05-131-0/+7
* Apply more suggestions from Simon JakobiJoseph C. Sible2020-05-081-4/+4
* Apply suggestion to libraries/base/Data/Monoid.hsJoseph C. Sible2020-05-081-1/+1
* Document lawlessness of Ap's Num instanceJoseph C. Sible2020-05-081-0/+26
* Specify kind variables for inferred kinds in base.Baldur Blöndal2020-05-089-41/+81
* doc (Bitraversable): Add examples to BitraversableJulien Debon2020-05-082-3/+68
* Add doc examples for BifoldableJulien Debon2020-05-081-7/+581
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* GHC.Core.Opt renamingSylvain Henry2020-04-181-1/+1
* doc (Foldable): Add examples to Data.FoldableJulien Debon2020-04-141-3/+470
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-2/+2
* Add singleton to NonEmpty in libraries/baseMoritz Bruder2020-04-031-0/+7
* Apply suggestion to libraries/base/Data/Bits.hsAndreas Klebinger2020-03-291-1/+1
* Correct haddocks for testBit in Data.BitsAndreas Klebinger2020-03-291-4/+8
* Add example and doc for Arg (Fixes #17153)Paavo2020-03-241-1/+9
* Annotate the non-total function in Data.Foldable as suchHécate2020-03-221-0/+20
* Modules: Core operations (#13009)Sylvain Henry2020-03-181-1/+1
* Make example collapsiblePaavo2020-03-171-0/+1
* Clean upPaavo2020-03-171-3/+2
* Add example for Data.Semigroup.diffPaavo2020-03-171-0/+15
* Re-implement unsafe coercions in terms of unsafe equality proofsSimon Peyton Jones2020-02-201-1/+1
* base: Expose GHC.Unicode.unicodeVersionBen Gamari2020-02-121-0/+12
* Add singleton to Data.OldListOleg Grenrus2020-02-111-0/+11
* compiler: Qualify imports of Data.ListBen Gamari2020-02-081-1/+1