summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Maybe.hs
Commit message (Expand)AuthorAgeFilesLines
* Insert warnings in the documentation of dangerous functionsTom Sydney Kerckhove2021-10-151-0/+1
* Correct doctestsOleg Grenrus2021-01-021-1/+2
* Allow fusion with catMaybes (#18574)Sylvain Henry2020-10-011-2/+2
* Fix typoFelix Wiemuth2020-07-291-1/+1
* Fix typosBrian Wignall2019-11-231-1/+1
* Improve clarity of documentation for maybeToListSteve Hart2019-01-161-1/+1
* Revert "Fix typo in maybeToList documentation"Steve Hart2019-01-161-1/+1
* Fix typo in maybeToList documentationSteve Hart2019-01-161-1/+1
* Data.Maybe: add callstack for fromJust (Trac #15559)Fangyi Zhou2018-11-011-2/+3
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-3/+3
* base: Enable listToMaybe to fuse via foldr/buildDouglas Wilson2017-10-251-3/+6
* Mark *FB functions INLINE[0] (Fixes #13001)Takano Akio2017-01-101-1/+1
* Allow CallStacks to be frozenEric Seidel2015-12-231-1/+1
* Add doctest examples for Data.MaybeMichael Orlitzky2014-12-081-0/+189
* mapMaybe: Typo in the comment (#9644)Wieland Hoffmann2014-11-181-1/+1
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-2/+2
* Move `Maybe`-typedef into GHC.BaseHerbert Valerio Riedel2014-09-161-46/+0
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-0/+16
* Add fusion RULES for mapMaybeTakano Akio2013-12-041-1/+13
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-3/+1
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-171-2/+0
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-17/+0
* Remove commented types in module export listsIan Lynagh2012-10-271-13/+12
* Move GHC.Generics to baseJose Pedro Magalhaes2012-06-211-3/+2
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* 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/+3
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+2
* Avoid using deprecated flagsIan Lynagh2008-06-161-1/+1
* untabifyDon Stewart2008-02-181-12/+12
* Remove redundant imports of GHC.Errsimonpj@microsoft.com2008-01-041-1/+0
* [project @ 2005-02-21 11:36:07 by simonmar]simonmar2005-02-211-3/+3
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-111-1/+1
* [project @ 2003-11-26 09:55:22 by simonmar]simonmar2003-11-261-1/+1
* [project @ 2003-06-19 12:55:09 by simonmar]simonmar2003-06-191-1/+1
* [project @ 2003-06-16 08:02:09 by simonpj]simonpj2003-06-161-1/+24
* [project @ 2002-10-09 17:08:18 by malcolm]malcolm2002-10-091-0/+16
* [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-1/+12
* [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-4/+28
* [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/+75