X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Prelude.hs;h=d920e63d20013b460788bc0ebdeb899843b23c77;hb=4b3c3095c201e03ffedda6f24a363f68d40dab0e;hp=70eee4d62ba9d693b40e6feda7f123a13c158bd9;hpb=be310c3938beda74ac048a0d4a29f5bc86368da1;p=ghc-base.git 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 +-- . -- -----------------------------------------------------------------------------