From 2c838a70e3a5906d2168d9b064960af021b534bc Mon Sep 17 00:00:00 2001 From: David Waern Date: Sat, 21 May 2011 23:57:56 +0000 Subject: Improve a haddock comment --- src/Haddock/Interface/Create.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Haddock/Interface/Create.hs b/src/Haddock/Interface/Create.hs index 4162b2a2..54661f3c 100644 --- a/src/Haddock/Interface/Create.hs +++ b/src/Haddock/Interface/Create.hs @@ -35,9 +35,9 @@ import Bag import RdrName (GlobalRdrEnv) --- | Process the data in a GhcModule to produce an interface. +-- | Use a 'TypecheckedModule' to produce an 'Interface'. -- To do this, we need access to already processed modules in the topological --- sort. That's what's in the interface map. +-- sort. That's what's in the 'IfaceMap'. createInterface :: TypecheckedModule -> [Flag] -> IfaceMap -> InstIfaceMap -> ErrMsgGhc Interface createInterface tm flags modMap instIfaceMap = do -- cgit v1.2.3