Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master
http://hackage.haskell.org/trac/ghc/changeset/df39704e33c0f1cf6101daab79c573f354e38a6a >--------------------------------------------------------------- commit df39704e33c0f1cf6101daab79c573f354e38a6a Author: Ian Lynagh <[email protected]> Date: Sat Nov 17 20:02:37 2012 +0000 Improve the Prelude doc header; part of #7108 It no longer refers to a particular version of the language standard. It now includes a note about how it is implicitly imported, and it looks like the other documentation from the language report is already included in the haddock docs. >--------------------------------------------------------------- Prelude.hs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Prelude.hs b/Prelude.hs index a1df3f6..843d772 100644 --- a/Prelude.hs +++ b/Prelude.hs @@ -11,9 +11,9 @@ -- Stability : stable -- Portability : portable -- --- The Prelude: a standard module imported by default into all Haskell --- modules. For more documentation, see the Haskell 2010 Report --- <http://www.haskell.org/onlinereport/haskell2010>. +-- The Prelude: a standard module. The Prelude is imported by default +-- into all Haskell modules unless either there is an explicit import +-- statement for it, or the NoImplicitPrelude extension is enabled. -- ----------------------------------------------------------------------------- _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
