use the new "prim %write_barrier()" in .cmm instead of calls to wb()
[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 ;