summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgExpr.lhs-boot
blob: 29cdc3a60586cb7f1f28fbd9c2af0adffd7f98bc (plain)
1
2
3
4
5
6
7
\begin{code}
module CgExpr where
import StgSyn( StgExpr )
import CgMonad( Code )

cgExpr :: StgExpr -> Code
\end{code}