summaryrefslogtreecommitdiff
path: root/compiler/utils/Maybes.lhs
Commit message (Expand)AuthorAgeFilesLines
* Implement "roles" into GHC.Richard Eisenberg2013-08-021-0/+5
* Detab modules with tabs on 5 lines or fewerIan Lynagh2013-04-061-9/+2
* Remove unused function fmapM_maybeIan Lynagh2012-11-021-9/+0
* Some code cleaningDavid Terei2011-11-081-1/+1
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Some refactoring and simplification in TcInteract.occurChecksimonpj@microsoft.com2010-10-071-5/+8
* Add fmapM_maybe :: Monad m => (a -> m b) -> Maybe a -> m (Maybe b)simonpj@microsoft.com2009-07-231-0/+9
* Documentation only.Thomas Schilling2008-11-101-13/+4
* Added MaybeT monad transformer to utils/MaybesTwan van Laarhoven2008-01-171-0/+21
* Removed unused Maybe functions, use the standard Maybe monad insteadTwan van Laarhoven2008-01-171-23/+0
* Fix warnings in utils/MaybesIan Lynagh2008-01-131-39/+30
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Remove uses of Data.Traversable to fix stage1 on pre ghc-6.6 systemsPepe Iborra2006-12-181-1/+6
* Module header tidyup #2Simon Marlow2006-10-111-4/+3
* Improve pruning of case alternatives to account for GADTssimonpj@microsoft.com2006-04-121-1/+5
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+123