[GHC] #9701: GADTs not specialized properly
GHC
ghc-devs at haskell.org
Sun Oct 19 17:50:58 UTC 2014
#9701: GADTs not specialized properly
-------------------------------------+-------------------------------------
Reporter: dfeuer | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.9
Resolution: | Keywords:
Operating System: | Architecture: Unknown/Multiple
Unknown/Multiple | Difficulty: Unknown
Type of failure: Runtime | Blocked By:
performance bug | Related Tickets:
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by dfeuer):
Replying to [comment:2 dfeuer]:
> The algorithm therefore ignores the type arguments and focuses on the
dictionary arguments.
I just re-read the comment, and I see that I read it wrong. It actually
does look at the type arguments, but then it seems to miss the opportunity
to grab a better dictionary. I'm not sure why that is yet.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9701#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list