We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f4368 commit e7dd3deCopy full SHA for e7dd3de
ghcide/src/Development/IDE/GHC/Orphans.hs
@@ -65,12 +65,12 @@ instance NFData Unlinked where
65
#else
66
rnf (DotO f) = rnf f
67
rnf (BCOs a b) = seqCompiledByteCode a `seq` liftRnf rwhnf b
68
- rnf (LoadedBCOs us) = rnf us
69
#endif
70
rnf (DotA f) = rnf f
71
rnf (DotDLL f) = rnf f
72
#if MIN_VERSION_ghc(9,5,0)
73
rnf (CoreBindings wcb) = rnf wcb
+ rnf (LoadedBCOs us) = rnf us
74
75
76
0 commit comments