From: simonmar Date: Mon, 18 Mar 2002 09:46:35 +0000 (+0000) Subject: [project @ 2002-03-18 09:46:35 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~2253 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cabac059f16560ffed23a504a1d793d108dc6653;p=ghc-hetmet.git [project @ 2002-03-18 09:46:35 by simonmar] PrelGHC ==> GHC.Prim (comments only) --- diff --git a/ghc/compiler/prelude/PrelNames.lhs b/ghc/compiler/prelude/PrelNames.lhs index c0cfc0a..f79adc7 100644 --- a/ghc/compiler/prelude/PrelNames.lhs +++ b/ghc/compiler/prelude/PrelNames.lhs @@ -333,7 +333,7 @@ and it's convenient to write them all down in one place. dollarMainName = varQual mAIN_Name FSLIT("$main") dollarMainKey runMainName = varQual pREL_TOP_HANDLER_Name FSLIT("runMain") runMainKey --- Stuff from PrelGHC +-- Stuff from GHC.Prim usOnceTyConName = kindQual FSLIT(".") usOnceTyConKey usManyTyConName = kindQual FSLIT("!") usManyTyConKey superKindName = kindQual FSLIT("KX") kindConKey