You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Template-haskell does not interact well with our elaboration machinery.
The crux of the problem is that desugaring of quoted expressions with elaborated type signature is irregular.
I don't think this is low priority. Rather a limitation of the current work/future work?
What
When building
unordered-containers
w/ PTC, I am getting apanic
from GHC for this instance inData/HashMap/Internal/Array.hs
:The panic is:
I am kicking this issue down the river by commenting out any Template-Haskell support. Logging here for now.
Reproduction Steps
Follow instructions here to build
unordered-containers
package. Uncomment theinstance TH.Lif a => ...
line above inData/Hashmap/Internal/Array.hs
.The text was updated successfully, but these errors were encountered: