patch applied (ghc): Adding a GENERATED pragma
Andy Gill <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.all |
|---|---|
| Message-ID | <20061229073552.GA19801__11806.4175280326$1167377767$gmane$org@cvs.haskell.org> |
Thu Dec 28 23:29:48 PST 2006 [email protected] * Adding a GENERATED pragma Adding a {-# GENERATED "SourceFile" SourceSpan #-} <expr> pragma. This will be used to generate coverage for tool generated (or quoted) code. The pragma states the the expression was generated/quoted from the stated source file and source span. M ./compiler/deSugar/Coverage.lhs -3 +10 M ./compiler/deSugar/DsMeta.hs +1 M ./compiler/hsSyn/HsExpr.lhs +6 M ./compiler/parser/Lexer.x +3 M ./compiler/parser/Parser.y.pp -1 +17 M ./compiler/rename/RnExpr.lhs +3 M ./compiler/typecheck/TcExpr.lhs +3 M ./compiler/typecheck/TcHsSyn.lhs +4