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.
dataToTagSmall#
1 parent 0e0e380 commit ba10cb9Copy full SHA for ba10cb9
clash-ghc/src-ghc/Clash/GHC/Evaluator/Primitive.hs
@@ -1459,7 +1459,8 @@ ghcPrimStep tcm isSubj pInfo tys args mach = case primName pInfo of
1459
$(namePat 'GHC.PrimopWrappers.dataToTagLarge#)
1460
| [DC dc _] <- args
1461
-> reduce (Literal (IntLiteral (toInteger (dcTag dc - 1))))
1462
-#elif MIN_VERSION_ghc(9,10,0)
+#endif
1463
+#if MIN_VERSION_ghc(9,10,0)
1464
$(namePat 'GHC.Prim.dataToTagSmall#)
1465
1466
0 commit comments