diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Haddock/GhcUtils.hs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Haddock/GhcUtils.hs b/src/Haddock/GhcUtils.hs index c0911f70..fdc9a5c3 100644 --- a/src/Haddock/GhcUtils.hs +++ b/src/Haddock/GhcUtils.hs @@ -17,7 +17,6 @@ module Haddock.GhcUtils where import Data.Version -import qualified Data.Map as Map import Control.Arrow import Data.Foldable hiding (concatMap) import Data.Traversable @@ -75,10 +74,6 @@ lookupLoadedHomeModuleGRE mod_name = withSession $ \hsc_env -> _not_a_home_module -> return Nothing -instance (Outputable a, Outputable b) => Outputable (Map.Map a b) where - ppr m = ppr (Map.toList m) - - isNameSym :: Name -> Bool isNameSym = isSymOcc . nameOccName |