Documentation only: update External Core section of user guide
[ghc-hetmet.git] / compiler / coreSyn / ExternalCore.lhs
index 89b2712..49a7753 100644 (file)
@@ -2,7 +2,6 @@
 % (c) The University of Glasgow 2001-2006
 %
 \begin{code}
-
 module ExternalCore where
 
 
@@ -62,6 +61,7 @@ data Kind
   | Kunboxed
   | Kopen
   | Karrow Kind Kind
+  | Keq Ty Ty
 
 data Lit 
   = Lint Integer Ty
@@ -80,6 +80,7 @@ type Qual t = (Mname,t)
 
 type Id = String
 
+primMname :: Mname
 primMname = "base:GHC.Prim"
 
 tcArrow :: Qual Tcon