#3323: panic: funArgTy
--------------------------------------------+-------------------------------
Reporter: simonmar | Owner: simonpj
Type: bug | Status: closed
Priority: normal | Milestone: 6.12.1
Component: Compiler (Type checker) | Version: 6.11
Severity: normal | Resolution: fixed
Keywords: | Difficulty: Unknown
Testcase: typecheck/should_fail/T3323 | Os: Unknown/Multiple
Architecture: Unknown/Multiple |
--------------------------------------------+-------------------------------
Changes (by simonpj):
* testcase: => typecheck/should_fail/T3323
* status: new => closed
* resolution: => fixed
Comment:
Fixed by
{{{
Thu Jun 25 00:23:40 PDT 2009 [email protected]
* Fix Trac #3323: naughty record selectors again
Ignore-this: 5ea70e631a2104ae7bf139f89a91a63a
I boobed when I decoupled record selectors from their data types.
The most straightforward and robust fix means attaching the TyCon
of a record selector to its IfaceIdInfo, so
you'll need to rebuild all .hi files
That said, the fix is easy.
}}}
Simon
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3323#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs