Remove the (very) old strictness analyser
[ghc-hetmet.git] / compiler / utils / Bag.lhs
index b7e92a3..481dedf 100644 (file)
@@ -22,6 +22,9 @@ import Outputable
 import Util ( isSingleton )
 
 import Data.List ( partition )
+
+infixr 3 `consBag`
+infixl 3 `snocBag`
 \end{code}