summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsArrows.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs deSugar/Austin Seipp2014-12-031-1197/+0
* De-tabify and remove trailing whitespaceSimon Peyton Jones2014-09-261-223/+217
* When desugaring Use the smart mkCoreConApps and friendsSimon Peyton Jones2014-08-071-2/+2
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-1/+2
* Instead of tracking Origin in LHsBindsLR, track it in MatchGroupDr. ERDI Gergo2014-04-131-2/+2
* Roleify TcCoercionJoachim Breitner2013-11-271-1/+1
* Add support for pattern splices.Geoffrey Mainland2013-10-041-0/+1
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Rearrange the typechecking of arrows, especially arrow "forms"Simon Peyton Jones2013-03-041-211/+275
* Add OverloadedLists, allowing list syntax to be overloadedSimon Peyton Jones2013-02-141-1/+1
* Refactor HsExpr.MatchGroupSimon Peyton Jones2013-01-041-8/+7
* rename do_map_arrow as do_premap (no semantic change)Ross Paterson2012-12-231-38/+38
* This big patch re-factors the way in which arrow-syntax is handledSimon Peyton Jones2012-10-031-57/+63
* Tidy up a remaining glitch in unificationSimon Peyton Jones2012-05-011-2/+2
* fix #5022: polymorphic definitions inside arrow recRoss Paterson2011-12-191-95/+143
* Allow full constraint solving under a for-all (Trac #5595)Simon Peyton Jones2011-12-051-0/+1
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-3/+2
* Implement -XConstraintKindMax Bolingbroke2011-09-061-1/+1
* Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-041-7/+8
|\
| * Simon's hacking on monad-comp; incompleteSimon Peyton Jones2011-04-291-6/+7
| * Preliminary monad-comprehension patch (Trac #4370)Simon Peyton Jones2011-04-281-2/+2
* | Remove HsNumTy and TypePati.Jose Pedro Magalhaes2011-05-041-1/+0
|/
* Tidy up rebindable syntax for MDosimonpj@microsoft.com2010-12-221-2/+2
* Remove the now-unused constructor VarPatOutsimonpj@microsoft.com2010-11-051-2/+0
* Add rebindable syntax for if-then-elsesimonpj@microsoft.com2010-10-221-9/+15
* Move error-ids to MkCore (from PrelRules)simonpj@microsoft.com2010-09-141-1/+0
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-6/+15
* minor fix to commentRoss Paterson2010-08-221-1/+1
* fix #3822: desugaring case command in arrow notationRoss Paterson2010-06-151-17/+11
* Fix Trac #3964: view patterns in DsArrowssimonpj@microsoft.com2010-04-091-1/+2
* Refactor part of the renamer to fix Trac #3901simonpj@microsoft.com2010-03-041-22/+18
* 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