| Commit message (Expand) | Author | Age | Files | Lines |
* | Small ZipList optimisation | Viktor Dukhovni | 2021-06-07 | 1 | -2/+6 |
* | Additionally export asum from Control.Applicative | Oleg Grenrus | 2021-03-30 | 1 | -1/+2 |
* | Correct doctests | Oleg Grenrus | 2021-01-02 | 1 | -1/+6 |
* | Base: add markup around Except | Tristan Cacqueray | 2020-03-25 | 1 | -1/+1 |
* | Base: add Control.Applicative optional example | Tristan Cacqueray | 2020-03-25 | 1 | -0/+17 |
* | Doc-only fixes | Alec Theriault | 2018-11-22 | 1 | -2/+2 |
* | Add @since annotations for derived instances in base | Chaitanya Koparkar | 2018-03-02 | 1 | -4/+16 |
* | Add forgotten > in Control.Applicative | Oleg Grenrus | 2017-08-06 | 1 | -1/+1 |
* | Add Alternative instance for ZipList (fix #13520). | Edvard Hübinette | 2017-04-04 | 1 | -1/+6 |
* | Elaborate further on ZipList Applicative docs | Chris Martin | 2017-03-13 | 1 | -5/+13 |
* | add example documentation for tuple Applicative | GinBaby | 2017-03-06 | 1 | -1/+1 |
* | Add liftA2 to Applicative class | David Feuer | 2017-02-05 | 1 | -3/+5 |
* | Add @since annotations to base instances | Seraphime Kirkovski | 2016-06-06 | 1 | -0/+7 |
* | Move Const to own module in Data.Functor.Const and enable PolyKinds | Shane O'Brien | 2015-12-21 | 1 | -29/+3 |
* | base: MRP-refactoring of AMP instances | Herbert Valerio Riedel | 2015-10-12 | 1 | -1/+1 |
* | base: Add missing Traversable instance for ZipList | Ben Gamari | 2015-08-07 | 1 | -2/+3 |
* | base: Add instances | fumieval | 2015-08-06 | 1 | -1/+2 |
* | base: drop redundant Typeable derivings | Herbert Valerio Riedel | 2015-03-07 | 1 | -1/+0 |
* | Add Eq, Ord, Show, and Read instances for Const | Fumiaki Kinoshita | 2015-01-14 | 1 | -3/+11 |
* | Be consistent with placement of Safe Haskell mode at top of file | David Terei | 2014-11-21 | 1 | -1/+1 |
* | Use (.) and id from Base in Control.Applicative | David Feuer | 2014-11-08 | 1 | -2/+2 |
* | Improve Applicative definitions | David Feuer | 2014-11-07 | 1 | -17/+11 |
* | Invert module-dep between Control.Monad and Data.Foldable | Herbert Valerio Riedel | 2014-09-18 | 1 | -0/+4 |
* | Move Applicative/MonadPlus into GHC.Base | Herbert Valerio Riedel | 2014-09-18 | 1 | -6/+3 |
* | Export `Traversable()` and `Foldable()` from Prelude | Herbert Valerio Riedel | 2014-09-15 | 1 | -5/+12 |
* | Make Applicative a superclass of Monad | Austin Seipp | 2014-09-09 | 1 | -211/+3 |
* | Add Functor, Applicative, Monad instances for First, Last | Ben Gamari | 2014-07-28 | 1 | -1/+10 |
* | Add some instances for Monoid/Applicative (#8797) | Austin Seipp | 2014-02-28 | 1 | -1/+8 |
* | Tweak Haddock markup in Control.Applicative | Herbert Valerio Riedel | 2014-02-21 | 1 | -13/+18 |
* | Add `instance Monoid a => Monoid (Const a b)` | Herbert Valerio Riedel | 2013-10-05 | 1 | -0/+5 |
* | Add instance Monad (WrappedMonad m) to Control.Applicative (#8218) | Krzysztof Gogolewski | 2013-09-23 | 1 | -0/+5 |
* | Constant-fold `__GLASGOW_HASKELL__` CPP conditionals | Herbert Valerio Riedel | 2013-09-17 | 1 | -5/+0 |
* | Eliminate Equality.hs-boot and Proxy.hs-boot by moving instances | Richard Eisenberg | 2013-07-25 | 1 | -0/+7 |
* | Derive Show, Eq, Ord, Read for Control.Applicative.ZipList; fixes #5787 | Ian Lynagh | 2013-07-07 | 1 | -1/+1 |
* | Remove nhc98-specific files and content | Ian Lynagh | 2013-02-15 | 1 | -12/+1 |
* | Added missing Functor, Applicative, Alternative and MonadPlus instances Added... | Bas van Dijk | 2012-01-24 | 1 | -1/+35 |
* | Use sharing in the Alternative instance of Maybe | Bas van Dijk | 2012-01-14 | 1 | -2/+2 |
* | Moved the instances from Control.Monad.Instances to GHC.Base and Data.Either | Bas van Dijk | 2012-01-13 | 1 | -1/+0 |
* | SafeHaskell: Added SafeHaskell to base | David Terei | 2011-06-18 | 1 | -2/+3 |
* | improve discussion of the laws (doc comments only) | Ross Paterson | 2011-02-28 | 1 | -19/+34 |
* | Use explicit language extensions & remove extension fields from base.cabal | simonpj@microsoft.com | 2011-01-28 | 1 | -0/+2 |
* | Instances for ST not available in nhc98. | Malcolm.Wallace@me.com | 2011-01-04 | 1 | -0/+4 |
* | indentation tweaks (whitespace only) | Ross Paterson | 2011-01-03 | 1 | -77/+78 |
* | Add Applicative instances for ST monads (proposal #4455) | Ross Paterson | 2011-01-03 | 1 | -0/+10 |
* | add Applicative instance for Either (proposal #4095) | Ross Paterson | 2010-06-17 | 1 | -0/+5 |
* | Added Applicative and Alternative instances for STM | Bas van Dijk | 2010-05-16 | 1 | -0/+14 |
* | Roll back "Another instance of nhc98's strange import semantics." | Ian Lynagh | 2009-10-09 | 1 | -1/+0 |
* | Another instance of nhc98's strange import semantics. | Malcolm.Wallace@cs.york.ac.uk | 2009-10-09 | 1 | -0/+1 |
* | make some Applicative functions into methods, and split off Data.Functor (pro... | Ross Paterson | 2009-09-15 | 1 | -31/+39 |
* | Remove unused imports from base | simonpj@microsoft.com | 2009-07-06 | 1 | -1/+0 |