Refactoring of the way that inlinings and rules are activated
[ghc-hetmet.git] / compiler / basicTypes / MkId.lhs
index 4c41d28..29c1f4c 100644 (file)
@@ -300,6 +300,7 @@ mkDataConIds wrap_name wkr_name data_con
                     `setArityInfo`         wrap_arity
                         -- It's important to specify the arity, so that partial
                         -- applications are treated as values
+                   `setInlinePragInfo`    alwaysInlinePragma
                     `setUnfoldingInfo`     wrap_unf
                     `setStrictnessInfo` Just wrap_sig