Add a -fghci-sandbox flag so that we can en/disable the ghci sandbox
[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}