Use -fno-strict-aliasing for *all* C files in the runtime
[ghc-hetmet.git] / compiler / coreSyn / CoreSyn.hi-boot-5
1 __interface CoreSyn 1 0 where
2 __export CoreSyn CoreExpr ;
3
4 -- Needed by Var.lhs
5 1 type CoreExpr = Expr Var.Var;
6 1 data Expr b ;