diff options
Diffstat (limited to 'compiler/codeGen/CgExpr.lhs-boot')
-rw-r--r-- | compiler/codeGen/CgExpr.lhs-boot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler/codeGen/CgExpr.lhs-boot b/compiler/codeGen/CgExpr.lhs-boot new file mode 100644 index 0000000000..29cdc3a605 --- /dev/null +++ b/compiler/codeGen/CgExpr.lhs-boot @@ -0,0 +1,7 @@ +\begin{code} +module CgExpr where +import StgSyn( StgExpr ) +import CgMonad( Code ) + +cgExpr :: StgExpr -> Code +\end{code} |