Fix Array sizeof primops to use the correct offset (which happens to be 0, so it...
[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}