summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsListComp.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs deSugar/Austin Seipp2014-12-031-880/+0
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-1/+1
* Fix spellingGabor Greif2013-02-061-1/+1
* Define ListSetOps.getNth, and use itSimon Peyton Jones2013-01-021-2/+3
* Some alpha renamingIan Lynagh2012-10-161-1/+1
* This big patch re-factors the way in which arrow-syntax is handledSimon Peyton Jones2012-10-031-20/+20
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-4/+6
* Change how macros like ASSERT are definedIan Lynagh2012-06-051-0/+1
* Tidy up a remaining glitch in unificationSimon Peyton Jones2012-05-011-21/+18
* Remove getDOptsDs; use getDynFlags insteadIan Lynagh2012-01-191-1/+1
* Allow full constraint solving under a for-all (Trac #5595)Simon Peyton Jones2011-12-051-0/+1
* GHC is now independent of the DPH library structureManuel M T Chakravarty2011-11-101-8/+8
* Fix warnings in deSugar/DsListComp.lhsIan Lynagh2011-11-061-7/+10
* Whitespace in deSugar/DsListComp.lhsIan Lynagh2011-11-061-164/+157
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Final batch of monad-comprehension stuffSimon Peyton Jones2011-05-041-6/+6
* More hacking on monad-compmonad-compSimon Peyton Jones2011-05-031-126/+73
* More hacking on monad-comp; now worksSimon Peyton Jones2011-05-021-175/+71
* Simon's hacking on monad-comp; incompleteSimon Peyton Jones2011-04-291-182/+190
* Preliminary monad-comprehension patch (Trac #4370)Simon Peyton Jones2011-04-281-13/+353
* Added a VECTORISE pragmaManuel M T Chakravarty2011-02-201-8/+8
* Fix Trac #4534: renamer bugsimonpj@microsoft.com2010-12-101-9/+8
* Move error-ids to MkCore (from PrelRules)simonpj@microsoft.com2010-09-141-1/+0
* Refactor part of the renamer to fix Trac #3901simonpj@microsoft.com2010-03-041-25/+19
* Add tuple sections as a new featuresimonpj@microsoft.com2009-07-231-2/+2
* mkErrorAppDs now takes an SDoc rather than a StringIan Lynagh2009-03-311-2/+3
* Special-case desugaring of simple parallel array comprehensionsRoman Leshchinskiy2009-03-071-1/+23
* Fix flaggery for RULES (cf Trac #2497)simonpj@microsoft.com2008-08-261-1/+1
* Handle introduction of MkCore in DsListCompMax Bolingbroke2008-07-311-1/+2
* Split the Id related functions out from Var into Id, document Var and some of IdMax Bolingbroke2008-07-311-1/+1
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-2/+0
* Make explicit lists more fusableMax Bolingbroke2008-02-281-24/+6
* Fixed warnings in deSugar/DsListComp, except for incomplete pattern matchesTwan van Laarhoven2008-02-031-3/+10
* Monadify deSugar/DsListComp: use do, return, applicative, standard monad func...Twan van Laarhoven2008-01-171-115/+98
* Implement generalised list comprehensionssimonpj@microsoft.com2007-12-201-148/+299
* Optimise desugaring of parallel array comprehensionsRoman Leshchinskiy2007-12-051-4/+12
* 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-1/+0
* Make -frewrite-rules into a dynamic flag; off for -O0simonpj@microsoft.com2007-05-041-1/+1
* Fixed desugaring of parallel array comprehensionsManuel M T Chakravarty2007-04-021-36/+55
* Module header tidyup, phase 1Simon Marlow2006-10-111-19/+17
* Massive patch for the first months work adding System FC to GHC #12Manuel M T Chakravarty2006-08-041-3/+3
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+516