Massive patch for the first months work adding System FC to GHC #7
[ghc-hetmet.git] / compiler / coreSyn / ExternalCore.lhs
index fa17734..8c00131 100644 (file)
@@ -32,7 +32,7 @@ data Exp
   | Lam Bind Exp         
   | Let Vdefg Exp
   | Case Exp Vbind Ty [Alt] {- non-empty list -}
-  | Coerce Ty Exp 
+  | Cast Exp Ty
   | Note String Exp
   | External String Ty