X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fprelude%2FPrelNames.lhs;fp=ghc%2Fcompiler%2Fprelude%2FPrelNames.lhs;h=0d7d558162781b91b8fee1e71b1b7219c6637599;hb=70349c3260ae22b3e46657150ce144f5de99d8d2;hp=13b862afc0b0d454895982b4abbf68fc2556c259;hpb=a2da0796b273efd1fbb5d251fb748c627f189fa9;p=ghc-hetmet.git diff --git a/ghc/compiler/prelude/PrelNames.lhs b/ghc/compiler/prelude/PrelNames.lhs index 13b862a..0d7d558 100644 --- a/ghc/compiler/prelude/PrelNames.lhs +++ b/ghc/compiler/prelude/PrelNames.lhs @@ -268,7 +268,7 @@ rANDOM = mkModule "System.Random" gLA_EXTS = mkModule "GHC.Exts" rOOT_MAIN = mkModule ":Main" -- Root module for initialisation - -- The ':xxx' makes a moudle name that the user can never + -- The ':xxx' makes a module name that the user can never -- use himself. The z-encoding for ':' is "ZC", so the z-encoded -- module name still starts with a capital letter, which keeps -- the z-encoded version consistent. @@ -435,7 +435,6 @@ and it's convenient to write them all down in one place. \begin{code} -rootMainName = varQual rOOT_MAIN FSLIT("main") rootMainKey runMainIOName = varQual pREL_TOP_HANDLER FSLIT("runMainIO") runMainKey orderingTyConName = tcQual pREL_BASE FSLIT("Ordering") orderingTyConKey