Print infix function definitions correctly in HsSyn
[ghc-hetmet.git] / compiler / deSugar / DsExpr.lhs
2007-08-22 simonpj@microsoft.comPrint infix function definitions correctly in HsSyn
2007-06-21 LemmihAdd several new record features
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-04-24 Simon MarlowBreakpoints: get the names of the free variables right
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-02-05 simonpj@microsoft.comEstablish the CoreSyn let/app invariant
2007-02-04 lennart@augustsson.netMake HsRecordBinds a data type instead of a synonym.
2007-02-02 Pepe IborraExtend the local bindings at a breakpoint with one...
2007-01-31 Pepe IborraBugFix: do not insert breakpoints around expressions...
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2006-12-10 Pepe IborraCapturing and keeping track of local bindins in the...
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-12-10 Pepe IborraThe breakpoint primitive
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-11 simonpj@microsoft.comSimplify desugaring of left sections
2006-08-18 simonpj@microsoft.comFall over more gracefully when there's a Template Haske...
2006-07-03 simonpj@microsoft.comThe dict-bindings in an IPBinds need not be in dependen...
2006-05-25 simonpj@microsoft.comPrune imports
2006-05-10 LemmihIgnore unboxed values in breakpoints.
2006-05-02 LemmihbreakpointCond
2006-04-07 Simon MarlowReorganisation of the source tree