| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply suggestion to libraries/base/Data/Foldable.hs | chessai | 2020-11-30 | 1 | -1/+1 |
* | Optimisations in Data.Foldable (T17867) | chessai | 2020-11-30 | 1 | -20/+28 |
* | GHC.Core.Opt renaming | Sylvain Henry | 2020-04-18 | 1 | -1/+1 |
* | doc (Foldable): Add examples to Data.Foldable | Julien Debon | 2020-04-14 | 1 | -3/+470 |
* | Annotate the non-total function in Data.Foldable as such | Hécate | 2020-03-22 | 1 | -0/+20 |
* | Modules: Core operations (#13009) | Sylvain Henry | 2020-03-18 | 1 | -1/+1 |
* | Add Monad instances to `(,,) a b` and `(,,,) a b c` | Fumiaki Kinoshita | 2019-10-04 | 1 | -0/+2 |
* | Typeset Big-O complexities with Tex-style notation (#16090) | Sven Tennie | 2019-04-17 | 1 | -2/+2 |
* | Update Trac ticket URLs to point to GitLab | Ryan Scott | 2019-03-15 | 1 | -4/+4 |
* | A few typofixes | Gabor Greif | 2019-01-23 | 1 | -1/+1 |
* | Fix typo in Foldable docs | Simon Jakobi | 2018-12-07 | 1 | -1/+1 |
* | Add missing since annotations | Victor Nawothnig | 2018-11-29 | 1 | -0/+18 |
* | Add a strict version of foldMap to Foldable | Simon Jakobi | 2018-10-15 | 1 | -0/+6 |
* | Make sure forM_ and related functions fuse cleanly | Sebastian Graf | 2018-09-17 | 1 | -8/+102 |
* | Fix ambiguous/out-of-scope Haddock identifiers | Alec Theriault | 2018-08-21 | 1 | -2/+2 |
* | Fix example in `asum` docs | Simon Jakobi | 2018-07-16 | 1 | -1/+1 |
* | base: Add missing instances for Data.Ord.Down | Ben Gamari | 2018-06-19 | 1 | -0/+4 |
* | base: Introduce Data.Monoid.Ap | chessai | 2018-05-27 | 1 | -0/+4 |
* | base: Add Foldable and Traversable instances for Alt | Jack Henahan | 2018-05-19 | 1 | -0/+4 |
* | Improve some Foldable methods for NonEmpty | David Feuer | 2018-05-13 | 1 | -3/+19 |
* | Add @since annotations for derived instances in base | Chaitanya Koparkar | 2018-03-02 | 1 | -0/+27 |
* | Move NonEmpty definition into GHC.Base | Herbert Valerio Riedel | 2017-09-04 | 1 | -0/+10 |
* | Make law for Foldable.length explicit | Alain O'Dea | 2017-08-22 | 1 | -0/+2 |
* | Loads of doc(test)s | David Luposchainsky | 2017-08-17 | 1 | -0/+3 |
* | Fixes a spaceleak in `maximumBy` and `minimumBy` (#10830). | Ryan Scott | 2017-03-04 | 1 | -2/+28 |
* | Add explicit foldMap implementation for Maybe | David Feuer | 2017-01-19 | 1 | -0/+2 |
* | Remove single top-level section in Foldable docs | Chris Martin | 2017-01-05 | 1 | -7/+6 |
* | Add Bifoldable and Bitraversable to base | Ryan Scott | 2016-06-19 | 1 | -63/+1 |
* | Add @since annotations to base instances | Seraphime Kirkovski | 2016-06-06 | 1 | -0/+14 |
* | Missing Proxy instances, make U1 instance more Proxy-like | RyanGlScott | 2016-02-29 | 1 | -1/+17 |
* | Add more type class instances for GHC.Generics | RyanGlScott | 2016-02-25 | 1 | -1/+23 |
* | Update and improve documentation in Data.Foldable | Ben Gamari | 2016-01-21 | 1 | -9/+55 |
* | Allow CallStacks to be frozen | Eric Seidel | 2015-12-23 | 1 | -6/+6 |
* | Make sure that `all`, `any`, `and`, and `or` fuse (#9848) | Takano Akio | 2015-08-05 | 1 | -0/+2 |
* | Add various instances to newtypes in Data.Monoid | Oleg Grenrus | 2015-03-03 | 1 | -0/+60 |
* | Revert "Eta-expand argument to foldr in mapM_ for []" | Austin Seipp | 2015-02-18 | 1 | -2/+1 |
* | Eta-expand argument to foldr in mapM_ for [] | David Feuer | 2015-02-05 | 1 | -1/+2 |
* | Remove redundant constraints from libraries, discovered by -fwarn-redundant-c... | Simon Peyton Jones | 2015-01-06 | 1 | -2/+2 |
* | Add references between Data.Traversable.for and Data.Foldable.for_ and co. | Baldur Blöndal | 2014-12-05 | 1 | -11/+29 |
* | Be consistent with placement of Safe Haskell mode at top of file | David Terei | 2014-11-21 | 1 | -1/+1 |
* | Improve `Foldable` instance for `Array` | David Feuer | 2014-11-13 | 1 | -5/+13 |
* | De-bias Data.Foldable and improve docstrings | David Feuer | 2014-11-11 | 1 | -26/+132 |
* | Remove redundant contexts from Foldable methods | David Feuer | 2014-11-05 | 1 | -7/+7 |
* | Remove redundant "Minimal complete definition"-comments | Herbert Valerio Riedel | 2014-11-04 | 1 | -2/+0 |
* | Make Foldable's foldr1 and foldl1 defaults lazier | David Feuer | 2014-11-04 | 1 | -4/+6 |
* | base: Refactor/clean-up *List modules | David Feuer | 2014-10-28 | 1 | -1/+1 |
* | Extend `Foldable` class with `length` and `null` methods | Herbert Valerio Riedel | 2014-09-28 | 1 | -0/+10 |
* | `M-x delete-trailing-whitespace` & `M-x untabify` | Herbert Valerio Riedel | 2014-09-24 | 1 | -1/+1 |
* | Generalise Data.List/Control.Monad to Foldable/Traversable | Herbert Valerio Riedel | 2014-09-21 | 1 | -6/+0 |
* | Turn a few existing folds into `Foldable`-methods (#9621) | Herbert Valerio Riedel | 2014-09-20 | 1 | -37/+39 |