summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsGRHSs.lhs
Commit message (Expand)AuthorAgeFilesLines
* mkErrorAppDs now takes an SDoc rather than a StringIan Lynagh2009-03-311-2/+2
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-2/+0
* Fixed warnings in deSugar/DsGRHSs, except for incomplete pattern matchesTwan van Laarhoven2008-02-031-7/+10
* Fix the buildIan Lynagh2008-01-241-4/+2
* Monadify deSugar/DsGRHSs: use do, return, applicative, standard monad functionsTwan van Laarhoven2008-01-171-28/+26
* FIX #1759 while respecting the ticksandy@galois.com2007-10-151-9/+21
* Fix Trac #1759: do not let ticks get in the way of spotting trivially-true gu...simonpj@microsoft.com2007-10-101-4/+15
* 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
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-2/+0
* Breakpoints: get the names of the free variables rightSimon Marlow2007-04-241-11/+4
* revert previous fix until I can find out why it was wrongSimon Marlow2007-04-231-1/+1
* breakpoints: fix the in-scope set for 'where' clausesSimon Marlow2007-04-201-5/+7
* Re-working of the breakpoint supportSimon Marlow2007-04-171-3/+1
* Capturing and keeping track of local bindins in the desugarerPepe Iborra2006-12-101-7/+16
* Breakpoint code instrumentationPepe Iborra2006-12-101-0/+1
* Module header tidyup, phase 1Simon Marlow2006-10-111-12/+13
* Global renamings in HsSynsimonpj@microsoft.com2006-09-291-1/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+128