summaryrefslogtreecommitdiff
path: root/compiler/deSugar/MatchLit.lhs
Commit message (Expand)AuthorAgeFilesLines
* FIX validate: Fix warnings in new literal codeRoman Leshchinskiy2008-05-071-1/+1
* Fix Trac #2246; overhaul handling of overloaded literalssimonpj@microsoft.com2008-05-061-33/+48
* Make MatchLit warning-freeIan Lynagh2008-05-041-14/+23
* Add 123## literals for Word#Ian Lynagh2008-04-231-1/+4
* Monadify deSugar/MatchLit: use do, return, applicative, standard monad functionsTwan van Laarhoven2008-01-171-14/+14
* View patterns, record wildcards, and record punsDan Licata2007-10-101-25/+25
* 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
* Add more assertionssimonpj@microsoft.com2007-05-021-1/+2
* Add support for overloaded string literals.lennart@augustsson.net2006-12-211-0/+9
* Module header tidyup, phase 1Simon Marlow2006-10-111-17/+18
* fix bugs, add boolean flag to identify coercion variablesManuel M T Chakravarty2006-09-201-1/+1
* Massive patch for the first months work adding System FC to GHC #9Manuel M T Chakravarty2006-08-041-152/+92
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+329