summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Either.hs
Commit message (Expand)AuthorAgeFilesLines
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-2/+5
* Simplify Data.Type.Equality.==David Feuer2017-09-131-9/+0
* Make Semigroup a superclass of Monoid (re #14191)Herbert Valerio Riedel2017-09-071-0/+12
* base: Explicitly mark Data.Either.{left,right} as INLINABLEBen Gamari2017-05-201-0/+2
* Data.Either: Add fromLeft and fromRight (#12402)Dylan Meysmans2016-07-201-0/+36
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+3
* Split off -Wunused-type-variables from -Wunused-matchesRyanGlScott2016-01-261-2/+2
* Warn about unused type variables in type familiesMichał Sośnicki2015-12-211-1/+1
* base: MRP-refactoring of AMP instancesHerbert Valerio Riedel2015-10-121-1/+0
* base: drop redundant Typeable derivingsHerbert Valerio Riedel2015-03-071-3/+2
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-2/+2
* Add -fwarn-unticked-promoted-constructors to -WallAustin Seipp2014-12-051-3/+3
* Add doctest examples for Data.EitherMichael Orlitzky2014-11-061-6/+175
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-0/+5
* Replace DeriveDataTypeable by AutoDeriveTypeableHerbert Valerio Riedel2014-05-271-1/+1
* Add new module Data.Type.Bool, defining &&, || and Not.Richard Eisenberg2013-10-311-1/+1
* Name changes and addition of gcastWith and (==) to Data.Type.Equality.Richard Eisenberg2013-10-281-0/+9
* Add Haddock `/Since: 4.7.0.0/` comments to new symbolsHerbert Valerio Riedel2013-09-211-0/+4
* Make `<Typeable.h>` obsolete and refactor away its useHerbert Valerio Riedel2013-09-171-5/+1
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-7/+1
* Add isLeft/isRightSimon Hengel2013-04-251-0/+12
* Remove commented types in module export listsIan Lynagh2012-10-271-4/+4
* Move GHC.Generics to baseJose Pedro Magalhaes2012-06-211-3/+2
* Moved the instances from Control.Monad.Instances to GHC.Base and Data.EitherBas van Dijk2012-01-131-0/+9
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Adapt to the renaming of `Representable0` to `Generic`.Jose Pedro Magalhaes2011-05-091-3/+3
* Add Representable0 instances to Either and Maybe.Jose Pedro Magalhaes2011-05-041-2/+4
* For GHC, implement the Typeable.hs macros using standalone derivingIan Lynagh2011-04-241-0/+3
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+2
* Data.Either.partitionEithers was insufficiently lazy.Malcolm.Wallace@cs.york.ac.uk2009-12-021-2/+2
* fix imports for non-GHCMalcolm.Wallace@cs.york.ac.uk2008-08-081-0/+3
* Move some bits around to stop Data.Either being in the base import knotIan Lynagh2008-08-061-1/+7
* Remove some unnecessary Data.Tuple importsIan Lynagh2008-08-041-2/+0
* Change some imports and derive Show (Either a b)Ian Lynagh2008-08-041-1/+2
* Remove unused importsIan Lynagh2008-08-011-1/+1
* Avoid using deprecated flagsIan Lynagh2008-06-161-1/+1
* Add partitionEithers, lefts, and rights.Ian Lynagh2008-03-141-1/+44
* untabifyDon Stewart2008-03-051-2/+2
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-111-1/+1
* [project @ 2004-03-01 17:25:46 by malcolm]malcolm2004-03-011-3/+1
* [project @ 2003-09-05 15:06:48 by ross]ross2003-09-051-0/+3
* [project @ 2002-07-16 15:47:25 by ross]ross2002-07-161-0/+2
* [project @ 2002-07-04 16:22:02 by simonmar]simonmar2002-07-041-0/+10
* [project @ 2002-05-09 13:16:29 by simonmar]simonmar2002-05-091-1/+1
* [project @ 2002-04-26 13:34:05 by simonmar]simonmar2002-04-261-2/+0
* [project @ 2002-04-24 16:31:37 by simonmar]simonmar2002-04-241-2/+2
* [project @ 2001-07-03 14:13:32 by simonmar]simonmar2001-07-031-2/+8
* [project @ 2001-07-03 11:37:49 by simonmar]simonmar2001-07-031-2/+2
* [project @ 2001-06-28 14:15:04 by simonmar]simonmar2001-06-281-0/+25