[GHC] #12167: <<loop>> when zip + unzipping a shadowed Vector type variable
GHC
ghc-devs at haskell.org
Wed Jun 8 13:53:58 UTC 2016
#12167: <<loop>> when zip + unzipping a shadowed Vector type variable
-------------------------------------+-------------------------------------
Reporter: markog | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.10.3
Resolution: | Keywords:
Operating System: Windows | Architecture: x86_64
Type of failure: Incorrect result | (amd64)
at runtime | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by nomeata):
There is recursion; `x` depends on `xd`, and `xd` depends on `x`. Note
that `let` in Haskell is a `letrec`.
Does that address your concerns?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12167#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list