[project @ 2000-10-02 14:39:57 by sewardj]
authorsewardj <unknown>
Mon, 2 Oct 2000 14:39:57 +0000 (14:39 +0000)
committersewardj <unknown>
Mon, 2 Oct 2000 14:39:57 +0000 (14:39 +0000)
@ModSummary@ wibble.

ghc/docs/ghci/ghci.tex

index affed53..76ef220 100644 (file)
@@ -180,9 +180,9 @@ can be created quickly.
 \begin{verbatim}
    data ModSummary = ModSummary 
                         ModLocation   -- location and kind
-                        Maybe (String, Fingerprint)
+                        (Maybe (String, Fingerprint))
                                       -- source and fingerprint if .hs
-                        [ModName]     -- imports
+                        (Maybe [ModName])     -- imports if .hs or .hi
 
    type Fingerprint = ...  -- file timestamp, or source checksum?