[project @ 2003-07-11 08:53:25 by simonpj]
[ghc-hetmet.git] / ghc / compiler / coreSyn / CoreSyn.hi-boot
1 _interface_ CoreSyn 1
2 _exports_
3 CoreSyn CoreExpr ;
4 _declarations_
5
6 -- Needed by Var.lhs
7 1 type CoreExpr = Expr Var.Var;
8 1 data Expr b ;