X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FcoreSyn%2FExternalCore.lhs;h=49a77530f4d8cad74f545c9ea253eee38b0b2dba;hb=0ab4d209650b44b019a414a6cefd0f4cbc006ee4;hp=44f4e8c76662620e4d215bfd79f510b8a2dc6ccb;hpb=7fc749a43b4b6b85d234fa95d4928648259584f4;p=ghc-hetmet.git diff --git a/compiler/coreSyn/ExternalCore.lhs b/compiler/coreSyn/ExternalCore.lhs index 44f4e8c..49a7753 100644 --- a/compiler/coreSyn/ExternalCore.lhs +++ b/compiler/coreSyn/ExternalCore.lhs @@ -2,13 +2,6 @@ % (c) The University of Glasgow 2001-2006 % \begin{code} -{-# OPTIONS -w #-} --- The above warning supression flag is a temporary kludge. --- While working on this module you are encouraged to remove it and fix --- any warnings in the module. See --- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings --- for details - module ExternalCore where @@ -87,6 +80,7 @@ type Qual t = (Mname,t) type Id = String +primMname :: Mname primMname = "base:GHC.Prim" tcArrow :: Qual Tcon