summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Applicative.hs
Commit message (Expand)AuthorAgeFilesLines
* Use (.) and id from Base in Control.ApplicativeDavid Feuer2014-11-081-2/+2
* Improve Applicative definitionsDavid Feuer2014-11-071-17/+11
* Invert module-dep between Control.Monad and Data.FoldableHerbert Valerio Riedel2014-09-181-0/+4
* Move Applicative/MonadPlus into GHC.BaseHerbert Valerio Riedel2014-09-181-6/+3
* Export `Traversable()` and `Foldable()` from PreludeHerbert Valerio Riedel2014-09-151-5/+12
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-211/+3
* Add Functor, Applicative, Monad instances for First, LastBen Gamari2014-07-281-1/+10
* Add some instances for Monoid/Applicative (#8797)Austin Seipp2014-02-281-1/+8
* Tweak Haddock markup in Control.ApplicativeHerbert Valerio Riedel2014-02-211-13/+18
* Add `instance Monoid a => Monoid (Const a b)`Herbert Valerio Riedel2013-10-051-0/+5
* Add instance Monad (WrappedMonad m) to Control.Applicative (#8218)Krzysztof Gogolewski2013-09-231-0/+5
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-5/+0
* Eliminate Equality.hs-boot and Proxy.hs-boot by moving instancesRichard Eisenberg2013-07-251-0/+7
* Derive Show, Eq, Ord, Read for Control.Applicative.ZipList; fixes #5787Ian Lynagh2013-07-071-1/+1
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-12/+1
* Added missing Functor, Applicative, Alternative and MonadPlus instances Added...Bas van Dijk2012-01-241-1/+35
* Use sharing in the Alternative instance of MaybeBas van Dijk2012-01-141-2/+2
* Moved the instances from Control.Monad.Instances to GHC.Base and Data.EitherBas van Dijk2012-01-131-1/+0
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-2/+3
* improve discussion of the laws (doc comments only)Ross Paterson2011-02-281-19/+34
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-0/+2
* Instances for ST not available in nhc98.Malcolm.Wallace@me.com2011-01-041-0/+4
* indentation tweaks (whitespace only)Ross Paterson2011-01-031-77/+78
* Add Applicative instances for ST monads (proposal #4455)Ross Paterson2011-01-031-0/+10
* add Applicative instance for Either (proposal #4095)Ross Paterson2010-06-171-0/+5
* Added Applicative and Alternative instances for STMBas van Dijk2010-05-161-0/+14
* Roll back "Another instance of nhc98's strange import semantics."Ian Lynagh2009-10-091-1/+0
* Another instance of nhc98's strange import semantics.Malcolm.Wallace@cs.york.ac.uk2009-10-091-0/+1
* make some Applicative functions into methods, and split off Data.Functor (pro...Ross Paterson2009-09-151-31/+39
* Remove unused imports from basesimonpj@microsoft.com2009-07-061-1/+0
* record libraries@haskell.org as maintainerRoss Paterson2008-04-251-1/+1
* untabifyDon Stewart2008-03-081-57/+57
* fix nhc98 build: need a qualified Prelude importMalcolm.Wallace@cs.york.ac.uk2007-10-301-0/+1
* new Control.Category, ghc ticket #1773Ashley Yakeley2007-10-291-4/+2
* new Control.Compositor moduleAshley Yakeley2007-10-131-1/+2
* add alternative functors and extra instancesRoss Paterson2006-08-211-9/+64
* comments for Applicative and TraversableRoss Paterson2006-06-221-0/+6
* add superclasses to Applicative and TraversableRoss Paterson2006-04-111-19/+27
* [project @ 2005-11-29 14:31:59 by ross]ross2005-11-291-0/+151