summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsArrows.lhs
Commit message (Expand)AuthorAgeFilesLines
* Minor refactoringsimonpj@microsoft.com2009-10-301-1/+1
* Add 'rec' to stmts in a 'do', and deprecate 'mdo'simonpj@microsoft.com2009-10-281-1/+3
* Add tuple sections as a new featuresimonpj@microsoft.com2009-07-231-10/+5
* Handle introduction of MkCore in DsArrowsMax Bolingbroke2008-07-311-0/+1
* Split the Id related functions out from Var into Id, document Var and some of IdMax Bolingbroke2008-07-311-0/+1
* Make DsArrows warning-freeIan Lynagh2008-05-041-25/+33
* Monadify deSugar/DsArrows: use do, return, applicative, standard monad functionsTwan van Laarhoven2008-01-171-402/+344
* Implement generalised list comprehensionssimonpj@microsoft.com2007-12-201-41/+41
* View patterns, record wildcards, and record punsDan Licata2007-10-101-1/+1
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* FIX for #1080Ross Paterson2007-09-031-2/+64
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Remove mapAccumL, mapAccumR, mapAccumBIan Lynagh2007-07-021-0/+2
* Breakpoints: get the names of the free variables rightSimon Marlow2007-04-241-2/+2
* Adding arrows to the acceptable code for hpcandy@galois.com2006-10-251-0/+6
* Module header tidyup, phase 1Simon Marlow2006-10-111-30/+23
* Global renamings in HsSynsimonpj@microsoft.com2006-09-291-2/+2
* Complete the evidence generation for GADTsManuel M T Chakravarty2006-09-201-2/+2
* Massive patch for the first months work adding System FC to GHC #12Manuel M T Chakravarty2006-08-041-8/+8
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+1055