summaryrefslogtreecommitdiff
path: root/compiler/deSugar/MatchLit.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs deSugar/Austin Seipp2014-12-031-478/+0
* Capture original source for literalsAlan Zimmerman2014-11-211-42/+48
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-1/+1
* Export `Monoid(..)`/`Foldable(..)`/`Traversable(..)` from PreludeHerbert Valerio Riedel2014-09-211-0/+2
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-1/+1
* Make mkFastStringByteString pure and fix up usesDuncan Coutts2014-08-291-2/+1
* When desugaring Use the smart mkCoreConApps and friendsSimon Peyton Jones2014-08-071-1/+1
* Fix egregious instantiation bug in matchOneConLike (fixing Trac #9023)Simon Peyton Jones2014-06-051-3/+3
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Add suggestion of -XNegativeLiteralsSimon Peyton Jones2013-11-221-17/+36
* TypoKrzysztof Gogolewski2013-11-181-1/+1
* TyposKrzysztof Gogolewski2013-10-121-1/+1
* Look through tick-boxes when looking for integral literals in the desugarerSimon Peyton Jones2013-10-031-1/+6
* Tidy up and refactor overflow checking for literalsSimon Peyton Jones2013-09-181-31/+144
* Comments onlyGabor Greif2013-08-201-1/+1
* Whitespace only in deSugar/MatchLit.lhsIan Lynagh2013-07-311-120/+113
* typosGabor Greif2013-01-301-1/+1
* Allow empty case expressions (and lambda-case) with -XEmptyCaseSimon Peyton Jones2013-01-041-1/+1
* Rename remaining FastBytes usages to ByteStringIan Lynagh2012-12-141-2/+2
* Remove the trivial mkFastStringFastBytes wrapperIan Lynagh2012-12-141-1/+1
* Comments onlySimon Peyton Jones2012-10-041-1/+1
* Move tARGET_* out of HaskellConstantsIan Lynagh2012-09-171-18/+25
* HsStringPrim now contains FastBytes, not FastStringIan Lynagh2012-07-141-2/+2
* Implement FastBytes, and use it for MachStrIan Lynagh2012-07-141-5/+9
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Add 64-bit signed and unsigned integer literals to HsSyn.Simon Marlow2011-07-121-0/+4
* Use FractionalLit more extensively to improve other pretty printersMax Bolingbroke2011-05-151-11/+11
* Record the original text along with parsed Rationals: fixes #2245Max Bolingbroke2011-05-151-4/+5
* Fix Trac #5117: desugar literal patterns consistenclySimon Peyton Jones2011-05-041-4/+10
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-241-1/+1
* Fix Trac #3382: desugaring of NPatssimonpj@microsoft.com2009-07-201-27/+32
* Remove unused importsIan Lynagh2009-07-071-2/+0
* Fix Trac #3126: matching overloaded literalssimonpj@microsoft.com2009-03-301-9/+3
* Remove redundant fromIntegral callsMax Bolingbroke2008-08-071-1/+1
* Handle introduction of MkCore in MatchLitMax Bolingbroke2008-07-311-7/+8
* 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