summaryrefslogtreecommitdiff
path: root/libraries/base/Prelude.hs
Commit message (Expand)AuthorAgeFilesLines
* Re-export `<$` from Prelude (#10113)Herbert Valerio Riedel2015-03-071-1/+1
* Re-export `<$>` from Prelude (#10113)Herbert Valerio Riedel2015-03-071-1/+2
* Drop redundant LANGUAGE pragmasHerbert Valerio Riedel2015-03-071-1/+1
* Export `Monoid(..)`/`Foldable(..)`/`Traversable(..)` from PreludeHerbert Valerio Riedel2014-09-211-11/+25
* Move `mapM` and `sequence` to GHC.Base and break import-cyclesHerbert Valerio Riedel2014-09-211-1/+1
* Set up framework for generalising Data.List to FoldablesHerbert Valerio Riedel2014-09-201-1/+1
* Export `Traversable()` and `Foldable()` from PreludeHerbert Valerio Riedel2014-09-151-0/+5
* Move docstring of `seq` to primops.txt.ppHerbert Valerio Riedel2014-09-131-16/+0
* Move ($!) from Prelude into GHC.BaseHerbert Valerio Riedel2014-09-131-8/+0
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-1/+2
* `M-x delete-trailing-whitespace` & `M-x untabify`...Herbert Valerio Riedel2014-08-311-1/+1
* Re-export Word from Prelude (re #9531)Herbert Valerio Riedel2014-08-311-1/+1
* Improve seq documentation; part of trac issue #9390Michael Snoyman2014-08-101-0/+7
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-6/+0
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-171-13/+1
* Fix import warningsIan Lynagh2013-06-061-1/+0
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-7/+0
* Improve the Prelude doc header; part of #7108Ian Lynagh2012-11-171-3/+3
* Refer and link to Haskell 2010 report in Prelude.Paolo Capriotti2012-08-081-2/+2
* Remove Prelude.catch and System.IO.Error.{catch,try}Ian Lynagh2012-06-191-1/+1
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-2/+1
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+2
* Use let !y = x in .. x .. instead of seq in $! and evaluate (#2273)Simon Marlow2009-09-161-1/+5
* Remove unused imports from basesimonpj@microsoft.com2009-07-061-3/+3
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-1/+2
* Move some catch definitions around to avoid an import loopIan Lynagh2009-01-141-27/+1
* Fix some more warningsIan Lynagh2008-08-201-1/+0
* simplify definition of Prelude.catchRoss Paterson2008-08-141-5/+6
* Fix a couple of importsIan Lynagh2008-08-061-1/+1
* Remove unused importsIan Lynagh2008-08-011-7/+2
* Start to actually use extensible exceptionsIan Lynagh2008-07-301-0/+26
* Avoid using deprecated flagsIan Lynagh2008-06-161-1/+1
* untabifyDon Stewart2008-03-031-11/+11
* Remove IsString(fromString) from the PreludeIan Lynagh2007-01-301-5/+0
* IsString is GHC-only (so why is it in the Prelude?)Ross Paterson2007-01-231-0/+2
* Add IsString class for overloaded string literals.lennart@augustsson.net2006-12-211-0/+3
* [project @ 2005-03-14 17:23:22 by ross]ross2005-03-141-3/+2
* [project @ 2005-03-14 15:46:12 by simonmar]simonmar2005-03-141-1/+3
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-111-1/+1
* [project @ 2004-07-26 17:22:41 by ross]ross2004-07-261-0/+8
* [project @ 2004-07-26 13:26:41 by ross]ross2004-07-261-4/+8
* [project @ 2003-11-26 09:55:22 by simonmar]simonmar2003-11-261-1/+1
* [project @ 2003-09-05 15:06:48 by ross]ross2003-09-051-1/+1
* [project @ 2003-09-01 09:12:02 by ross]ross2003-09-011-28/+56
* [project @ 2003-08-30 12:26:56 by ross]ross2003-08-301-3/+13
* [project @ 2003-07-29 12:03:13 by ross]ross2003-07-291-1/+0
* [project @ 2002-09-13 18:25:07 by panne]panne2002-09-131-2/+1
* [project @ 2002-09-10 11:07:23 by ross]ross2002-09-101-5/+13
* [project @ 2002-09-10 10:50:28 by malcolm]malcolm2002-09-101-4/+5
* [project @ 2002-09-10 09:13:52 by ross]ross2002-09-101-17/+25