fix out-of-scope variable
[ghc-hetmet.git] / compiler / simplCore / SimplUtils.lhs
index 196efb6..4b6c4a3 100644 (file)
@@ -5,7 +5,7 @@
 
 \begin{code}
 module SimplUtils (
-       mkLam, mkCase, mkDataConAlt,
+       mkLam, mkCase, 
 
        -- Inlining,
        preInlineUnconditionally, postInlineUnconditionally, activeInline, activeRule,