[GHC] #8668: SPECIALIZE silently fails to apply
GHC
ghc-devs at haskell.org
Sat Jan 18 18:01:49 UTC 2014
#8668: SPECIALIZE silently fails to apply
-------------------------------------+----------------------------------
Reporter: crockeea | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.6.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: x86_64 (amd64)
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+----------------------------------
Comment (by crockeea):
Replying to [comment:10 carter]:
> did you try doing a specialize on
>
> (FastCyc (VT U.Vector m) Int) -> (FastCyc (VT U.Vector m) Int) ->
(FastCyc (VT U.Vector m) Int)
>
> without the class constraint?
If I remove the constraint, the specialization occurs.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8668#comment:11>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list