Improve External Core newtype syntax
[ghc-hetmet.git] / compiler / coreSyn / ExternalCore.lhs
index d8eaa3c..07a1dfb 100644 (file)
@@ -10,7 +10,7 @@ data Module
 
 data Tdef 
   = Data (Qual Tcon) [Tbind] [Cdef]
-  | Newtype (Qual Tcon) (Qual Tcon) [Tbind] (Maybe Ty)
+  | Newtype (Qual Tcon) (Qual Tcon) [Tbind] Ty
 
 data Cdef 
   = Constr (Qual Dcon) [Tbind] [Ty]