summaryrefslogtreecommitdiff
path: root/compiler/hsSyn/HsExpr.lhs
Commit message (Expand)AuthorAgeFilesLines
...
* Print explicit braces and semicolons in do-notationsimonpj@microsoft.com2009-07-231-2/+9
* Wibble to printing tuple sectionssimonpj@microsoft.com2009-07-231-1/+1
* Add tuple sections as a new featuresimonpj@microsoft.com2009-07-231-23/+38
* pprExpr: don't add extra parens around [a..b] in an argument positionSimon Marlow2009-06-081-0/+2
* mkErrorAppDs now takes an SDoc rather than a StringIan Lynagh2009-03-311-12/+12
* Improve error reporting for non-rigid GADT matchessimonpj@microsoft.com2008-10-301-4/+4
* Comments only: replace ":=:" by "~" (notation for equality predicates)simonpj@microsoft.com2008-09-201-0/+2
* Improve haddock documentation for HsExpr module.Thomas Schilling2008-10-141-26/+35
* Mostly fix Trac #2431: make empty case acceptable to (most of) GHCsimonpj@microsoft.com2008-08-111-3/+6
* Fix the bug part of Trac #1930simonpj@microsoft.com2008-08-041-11/+4
* Fix Haddock errors.Thomas Schilling2008-07-201-2/+2
* Fix some build problems when GHCI is not defindeIan Lynagh2008-07-131-4/+1
* Fix Trac #2310: result type signatures are not supported any moresimonpj@microsoft.com2008-06-041-0/+12
* Make DsArrows warning-freeIan Lynagh2008-05-041-0/+3
* (F)SLIT -> (f)sLit in HsExprIan Lynagh2008-04-121-74/+74
* Add quasi-quotation, courtesy of Geoffrey Mainlandsimonpj@microsoft.com2008-01-181-0/+7
* lots of portability changes (#1405)Isaac Dupree2008-01-171-6/+11
* Tweak whitespace in HsExprIan Lynagh2008-01-121-449/+481
* Fix warnings in HsExprIan Lynagh2008-01-121-23/+27
* Implement generalised list comprehensionssimonpj@microsoft.com2007-12-201-2/+30
* View patterns, record wildcards, and record punsDan Licata2007-10-101-30/+39
* Improve pretty-printing of splices in HsSynsimonpj@microsoft.com2007-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
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Print infix function definitions correctly in HsSynsimonpj@microsoft.com2007-08-221-13/+28
* Print fewer parens when pretty-printing HsSynsimonpj@microsoft.com2007-08-091-6/+21
* Add several new record featuresLemmih2007-06-211-13/+3
* Don't print parens around list comprehensionsIan Lynagh2007-05-051-12/+19
* Tweak ... generationIan Lynagh2007-05-051-5/+3
* Tweak the ... generationIan Lynagh2007-05-051-2/+12
* Improve printing of "..." in HsExpr; fixes a stupidity in my earlier changesimonpj@microsoft.com2007-05-041-10/+21
* Make records work properly with type familiessimonpj@microsoft.com2007-05-021-4/+7
* Breakpoints: get the names of the free variables rightSimon Marlow2007-04-241-2/+3
* Improve depth-cutoff for printing HsSyn in error messagessimonpj@microsoft.com2007-04-221-14/+18
* Make HsRecordBinds a data type instead of a synonym.lennart@augustsson.net2007-02-041-3/+3
* Comments onlysimonpj@microsoft.com2007-01-031-23/+22
* Adding a GENERATED pragmaandy@galois.com2006-12-291-0/+6
* Haskell Program Coverageandy@galois.com2006-10-241-0/+22
* More import tidying and fixing the stage 2 buildSimon Marlow2006-10-111-12/+13
* Remove Linear Implicit Parameters, and all their workssimonpj@microsoft.com2006-09-291-2/+1
* Global renamings in HsSynsimonpj@microsoft.com2006-09-291-3/+3
* fix bugs, add boolean flag to identify coercion variablesManuel M T Chakravarty2006-09-201-1/+3
* Complete the evidence generation for GADTsManuel M T Chakravarty2006-09-201-5/+4
* some bug-fixes, newtype deriving might work nowManuel M T Chakravarty2006-09-201-1/+1
* Massive patch for the first months work adding System FC to GHC #14Manuel M T Chakravarty2006-09-151-42/+2
* Improve pretty-printing for HsExprsimonpj@microsoft.com2006-09-041-15/+21
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+975