X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FcoreSyn%2FExternalCore.lhs;h=49a77530f4d8cad74f545c9ea253eee38b0b2dba;hb=a9c09ca0546d62408356bc83bca92d8e88a5df7f;hp=2fdcf2dc064dbca9f30f9dcafd559a8ec2a9891b;hpb=de777ba42eb12b6a20e548a959b23b60179d9b57;p=ghc-hetmet.git diff --git a/compiler/coreSyn/ExternalCore.lhs b/compiler/coreSyn/ExternalCore.lhs index 2fdcf2d..49a7753 100644 --- a/compiler/coreSyn/ExternalCore.lhs +++ b/compiler/coreSyn/ExternalCore.lhs @@ -2,7 +2,6 @@ % (c) The University of Glasgow 2001-2006 % \begin{code} - module ExternalCore where @@ -81,6 +80,7 @@ type Qual t = (Mname,t) type Id = String +primMname :: Mname primMname = "base:GHC.Prim" tcArrow :: Qual Tcon