From: panne Date: Fri, 27 Dec 2002 21:55:30 +0000 (+0000) Subject: [project @ 2002-12-27 21:55:30 by panne] X-Git-Tag: Approx_11550_changesets_converted~1310 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=22ac4f6978d203ad8c21f598bf2ad51b3232dfef;p=ghc-hetmet.git [project @ 2002-12-27 21:55:30 by panne] Imports cleanup --- diff --git a/ghc/compiler/prelude/PrelNames.lhs b/ghc/compiler/prelude/PrelNames.lhs index 6524f27..4aa78af 100644 --- a/ghc/compiler/prelude/PrelNames.lhs +++ b/ghc/compiler/prelude/PrelNames.lhs @@ -42,21 +42,9 @@ module PrelNames ( ----------------------------------------------------------- module PrelNames, -- A huge bunch of (a) Names, e.g. intTyConName -- (b) Uniques e.g. intTyConKey + -- (c) Groups of classes and types + -- (d) miscellaneous things -- So many that we export them all - - ----------------------------------------------------------- - basicKnownKeyNames, - mkTupNameStr, isBuiltInSyntaxName, - - ------------------------------------------------------------ - -- Goups of classes and types - needsDataDeclCtxtClassKeys, cCallishClassKeys, noDictClassKeys, - fractionalClassKeys, numericClassKeys, standardClassKeys, - derivableClassKeys, -- things are needed as a result of a - -- deriving(C) clause - numericTyKeys, cCallishTyKeys, - - mkUnboundName, isUnboundName ) where #include "HsVersions.h"