From 4b3c3095c201e03ffedda6f24a363f68d40dab0e Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 2 Jul 2002 10:34:52 +0000 Subject: [PATCH] [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. --- Prelude.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +-- . -- ----------------------------------------------------------------------------- -- 1.7.10.4