From: <cod...@go...> - 2010-01-02 04:43:44
|
Comment #1 on issue 23 by bill.tutt: GHC 6.12.1 compile failure due to TH changes http://code.google.com/p/hoc/issues/detail?id=23 Other code that deals with TH runs into an issue where Cxt was changed from [Type] to [Pred] where Pred is normally ClassP Name [Type]. Asking on #haskell gave the answer that previous ConT <name> `AppT` <type1> `AppT` <type2> should be rewritten as: ClassP <name> [<type1>, <type2] for Cxts. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings |