summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Monad/Fix.hs
Commit message (Expand)AuthorAgeFilesLines
* Doc-only fixesAlec Theriault2018-11-221-4/+4
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-1/+1
* Harden fixSTDavid Feuer2018-07-211-1/+1
* base: Add missing instances for Data.Ord.DownBen Gamari2018-06-191-0/+8
* base: Introduce Data.Monoid.Apchessai2018-05-271-1/+5
* Move NonEmpty definition into GHC.BaseHerbert Valerio Riedel2017-09-041-1/+9
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+16
* Add more type class instances for GHC.GenericsRyanGlScott2016-02-251-0/+18
* Allow CallStacks to be frozenEric Seidel2015-12-231-3/+3
* Add more MonadZip instancesOleg Grenrus2015-03-171-1/+5
* Add various instances to newtypes in Data.MonoidOleg Grenrus2015-03-031-0/+18
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-1/+1
* Move `mapM` and `sequence` to GHC.Base and break import-cyclesHerbert Valerio Riedel2014-09-211-2/+1
* Export `Traversable()` and `Foldable()` from PreludeHerbert Valerio Riedel2014-09-151-3/+8
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-6/+0
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-171-5/+0
* Remove commented types in module export listsIan Lynagh2012-10-271-4/+2
* Moved the instances from Control.Monad.Instances to GHC.Base and Data.EitherBas van Dijk2012-01-131-6/+0
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-0/+2
* move Monad and MonadFix instances for Either from mtl (proposal #4159)Ross Paterson2010-07-291-0/+7
* De-orphan the MonadFix ST instance for GHCIan Lynagh2009-11-231-0/+9
* Fix more warningsIan Lynagh2008-08-201-0/+1
* untabifyDon Stewart2008-03-081-14/+14
* Hugs now gets MonadFix(mfix) from its preludeRoss Paterson2007-06-201-0/+5
* move fix to Data.FunctionRoss Paterson2006-11-101-5/+1
* add Functor and Monad instances for Prelude typesRoss Paterson2006-04-101-0/+4
* [project @ 2005-07-10 23:01:24 by ross]ross2005-07-101-1/+1
* [project @ 2004-09-10 22:43:20 by ross]ross2004-09-101-12/+13
* [project @ 2004-09-10 20:38:53 by ross]ross2004-09-101-6/+26
* [project @ 2004-08-09 12:00:34 by simonmar]simonmar2004-08-091-2/+1
* [project @ 2003-03-08 19:02:39 by panne]panne2003-03-081-1/+1
* [project @ 2002-10-01 16:29:47 by ross]ross2002-10-011-13/+1
* [project @ 2002-10-01 15:58:11 by erkok]erkok2002-10-011-7/+26
* [project @ 2002-05-09 13:16:29 by simonmar]simonmar2002-05-091-1/+1
* [project @ 2002-05-09 13:15:07 by simonmar]simonmar2002-05-091-6/+5
* [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 @ 2002-03-22 10:20:24 by simonmar]simonmar2002-03-221-10/+2
* [project @ 2002-03-14 12:09:49 by simonmar]simonmar2002-03-141-2/+7
* [project @ 2001-07-03 11:37:49 by simonmar]simonmar2001-07-031-13/+10
* [project @ 2001-06-28 14:15:04 by simonmar]simonmar2001-06-281-0/+55