From 22ac4f6978d203ad8c21f598bf2ad51b3232dfef Mon Sep 17 00:00:00 2001 From: panne Date: Fri, 27 Dec 2002 21:55:30 +0000 Subject: [PATCH] [project @ 2002-12-27 21:55:30 by panne] Imports cleanup --- ghc/compiler/prelude/PrelNames.lhs | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) 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" -- 1.7.10.4