adding a comment.

This commit is contained in:
Kazu Yamamoto 2010-11-25 14:12:55 +09:00
parent 7aa6cf6ef0
commit f2a151d6a9
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ pprInfo pefas (thing, fixity, insts)
setContextFromTarget :: Ghc Bool
setContextFromTarget = do
ms <- depanal [] False
-- ms <- getModuleGraph -- this is the same
top <- map ms_mod <$> filterM isTop ms
{-
top is a set of this module and your-defined modules.