-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GHC panic: Template variable unbound in rewrite rule #83
Comments
Does this also happen with the latest |
Thanks for reporting this here, but if GHC is panicking, then it's properly a GHC bug. Has anyone else run into this? I'm not labeling this as blocked, because perhaps |
This seems to be an issue with the optimizer, as the bug only appears with optimization level 2, using the following line in
|
Fixed in GHC 7.8.3. EDIT: By which I mean—reported as fixed. Apologies for not verifying the fix myself. |
Although it's a GHC issue, it's not actually fixed. See: https://ghc.haskell.org/trac/ghc/ticket/9160#comment:10. This might be related to #96, since the failure happens in the same module (Data.Singletons.Prelude.List). |
Still keeping this ticket closed, as it's not |
Installing
singletons-1.0
with GHC 7.8.2 on both OS X 10.9.2 and Ubuntu 2014.04 causes a GHC panic:ghc --info
See also GHC #9160.
The text was updated successfully, but these errors were encountered: