From: simonmar Date: Tue, 2 Jul 2002 10:34:52 +0000 (+0000) Subject: [project @ 2002-07-02 10:34:52 by simonmar] X-Git-Tag: nhc98-1-18-release~955 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4b3c3095c201e03ffedda6f24a363f68d40dab0e;p=ghc-base.git [project @ 2002-07-02 10:34:52 by simonmar] Point the punters to the online report at haskell.org until the documentation for the Prelude is up to scratch. --- diff --git a/Prelude.hs b/Prelude.hs index 70eee4d..d920e63 100644 --- a/Prelude.hs +++ b/Prelude.hs @@ -9,7 +9,9 @@ -- Stability : provisional -- Portability : portable -- --- Standard module imported by default into Haskell modules. +-- The Prelude: a standard module imported by default into all Haskell +-- modules. For more documentation, see the Haskell 98 Report +-- . -- -----------------------------------------------------------------------------