summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Foldable.hs
Commit message (Expand)AuthorAgeFilesLines
* Make modules in base stable.Hécate Moonlight2022-02-281-1/+1
* 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-091-3/+3
* 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-031-1/+3
* Insert warnings in the documentation of dangerous functionsTom Sydney Kerckhove2021-10-151-0/+11
* 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-051-21/+19
* Note elem ticket 20421Viktor Dukhovni2021-10-051-0/+4
* Note linear `elem` costViktor Dukhovni2021-10-051-10/+55
* Address some Foldable documentation nitsViktor Dukhovni2021-10-051-14/+18
* Fix cut/paste typo foldrM should be foldlMViktor Dukhovni2021-07-021-1/+1
* Improve wording of fold[lr]M documentation.Viktor Dukhovni2021-06-021-53/+77
* Implement list `fold` and `foldMap` via mconcatKoz Ross2021-04-101-0/+16
* Change foldl' to inline when partially applied (#19534)James Foster2021-04-071-14/+23
* Address review feedback on chiralityViktor Dukhovni2021-04-011-11/+45
* Chiral foldable caveatsViktor Dukhovni2021-04-011-3/+37
* Data.List specialization to []Oleg Grenrus2021-04-011-3/+1
* Rectify the haddock markup surrounding symbols for foldl' and foldMap'Hécate Moonlight2021-02-181-23/+23
* Add instances for GHC.Tuple.SoloBen Gamari2021-01-271-0/+4
* Third pass on doctest corrections.Oleg Grenrus2021-01-171-0/+2
* Remove references to ApplicativeDo in the base haddocksHécate2021-01-131-1/+1
* Correct more doctestsOleg Grenrus2021-01-101-0/+4
* More tidy synopses, and new generative recursionViktor Dukhovni2021-01-091-69/+260
* Reconcile extant synopses with new overview proseViktor Dukhovni2021-01-091-186/+323
* More truthful synopsis examplesViktor Dukhovni2021-01-091-11/+14
* New overview of Foldable classViktor Dukhovni2021-01-091-47/+731
* Apply suggestion to libraries/base/Data/Foldable.hschessai2020-11-301-1/+1
* Apply suggestion to libraries/base/Data/Foldable.hschessai2020-11-301-1/+1
* Optimisations in Data.Foldable (T17867)chessai2020-11-301-20/+28
* GHC.Core.Opt renamingSylvain Henry2020-04-181-1/+1
* doc (Foldable): Add examples to Data.FoldableJulien Debon2020-04-141-3/+470
* 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
* Add Monad instances to `(,,) a b` and `(,,,) a b c`Fumiaki Kinoshita2019-10-041-0/+2
* Typeset Big-O complexities with Tex-style notation (#16090)Sven Tennie2019-04-171-2/+2
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-4/+4
* A few typofixesGabor Greif2019-01-231-1/+1
* Fix typo in Foldable docsSimon Jakobi2018-12-071-1/+1
* Add missing since annotationsVictor Nawothnig2018-11-291-0/+18
* Add a strict version of foldMap to FoldableSimon Jakobi2018-10-151-0/+6
* Make sure forM_ and related functions fuse cleanlySebastian Graf2018-09-171-8/+102
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-2/+2
* Fix example in `asum` docsSimon Jakobi2018-07-161-1/+1
* base: Add missing instances for Data.Ord.DownBen Gamari2018-06-191-0/+4
* base: Introduce Data.Monoid.Apchessai2018-05-271-0/+4