Set fixity (left-assoc) for setIdOccInfo
[ghc-hetmet.git] / compiler / basicTypes / Id.lhs
index a6459bf..e0ccb3e 100644 (file)
@@ -122,6 +122,7 @@ import StaticFlags
 -- infixl so you can say (id `set` a `set` b)
 infixl         1 `setIdUnfolding`,
          `setIdArity`,
+         `setIdOccInfo`,
          `setIdDemandInfo`,
          `setIdStrictness`,
          `setIdSpecialisation`,