Fix Trac #3920: Template Haskell kinds
authorsimonpj@microsoft.com <unknown>
Wed, 17 Mar 2010 12:35:19 +0000 (12:35 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 17 Mar 2010 12:35:19 +0000 (12:35 +0000)
commitf69bf6be6101d6b5d7952c384dd5eeb1917b4cdb
tree07e1ae35d9fa7d6bd2f9c68f8e8e042986b6a7d2
parent1a050f3cff3a93f634d2d929aba779585f39609c
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!
compiler/deSugar/DsMeta.hs
compiler/typecheck/TcSplice.lhs