summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Either.hs
Commit message (Expand)AuthorAgeFilesLines
* 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