patch applied (ghc): Fix Trac #3920: Template Haskell kinds
Simon Peyton Jones
simonpj at microsoft.com
Wed Mar 17 09:35:50 EDT 2010
Wed Mar 17 05:35:19 PDT 2010 simonpj at microsoft.com
* Fix Trac #3920: Template Haskell kinds
Fix two places where we were doing foldl instead of foldr
after decomposing a Kind. Strange that the same bug appears
in two quite different places!
M ./compiler/deSugar/DsMeta.hs -1 +1
M ./compiler/typecheck/TcSplice.lhs -1 +1
More information about the Cvs-ghc
mailing list