From 11ebf08d5ef30375ba5585b6079f696d49402c3f Mon Sep 17 00:00:00 2001 From: "davve@dtek.chalmers.se" Date: Sun, 25 Mar 2007 01:23:25 +0000 Subject: De-flatten the namespace --- src/GHCUtils.hs | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/GHCUtils.hs (limited to 'src/GHCUtils.hs') diff --git a/src/GHCUtils.hs b/src/GHCUtils.hs deleted file mode 100644 index 2c732923..00000000 --- a/src/GHCUtils.hs +++ /dev/null @@ -1,26 +0,0 @@ -module GHCUtils where - -import Debug.Trace - -import GHC -import HsSyn -import SrcLoc -import HscTypes -import Outputable - -getMainDeclBinder :: HsDecl name -> Maybe name -getMainDeclBinder (TyClD d) = Just (tcdName d) -getMainDeclBinder (ValD d) - = case collectAcc d [] of - [] -> Nothing - (name:_) -> Just (unLoc name) -getMainDeclBinder (SigD d) = sigNameNoLoc d -getMainDeclBinder (ForD (ForeignImport name _ _)) = Just (unLoc name) -getMainDeclBinder (ForD (ForeignExport name _ _)) = Nothing -getMainDeclBinder _ = Nothing - --- To keep if if minf_iface is re-introduced ---modInfoName = moduleName . mi_module . minf_iface ---modInfoMod = mi_module . minf_iface - -trace_ppr x y = trace (showSDoc (ppr x)) y -- cgit v1.2.3