From: sewardj Date: Mon, 2 Oct 2000 14:39:57 +0000 (+0000) Subject: [project @ 2000-10-02 14:39:57 by sewardj] X-Git-Tag: Approximately_9120_patches~3707 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9d3eae9de337aaf3377e6934aba12d78b1442267;p=ghc-hetmet.git [project @ 2000-10-02 14:39:57 by sewardj] @ModSummary@ wibble. --- diff --git a/ghc/docs/ghci/ghci.tex b/ghc/docs/ghci/ghci.tex index affed53..76ef220 100644 --- a/ghc/docs/ghci/ghci.tex +++ b/ghc/docs/ghci/ghci.tex @@ -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?