put back the conversion of warn-lazy-unlifted-bindings into an error until 7.2
[ghc-hetmet.git] / compiler / codeGen / CgExpr.lhs-boot
1 \begin{code}
2 module CgExpr where
3 import StgSyn( StgExpr )
4 import CgMonad( Code )
5
6 cgExpr :: StgExpr -> Code
7 \end{code}