From 1e2d0557a00651e615edfa554b7ede24a08e8cb4 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 6 May 2003 10:36:17 +0000 Subject: [PATCH] [project @ 2003-05-06 10:36:17 by simonmar] Update: we now follow Haskell 98 w.r.t. exports from module Main. --- ghc/docs/users_guide/bugs.sgml | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/ghc/docs/users_guide/bugs.sgml b/ghc/docs/users_guide/bugs.sgml index 0d5fa2b..de507e9 100644 --- a/ghc/docs/users_guide/bugs.sgml +++ b/ghc/docs/users_guide/bugs.sgml @@ -76,41 +76,18 @@ Expressions and patterns None known. - Declarations and bindings None known. - Module system and interface files - - - Main module - - GHC interprets the module header -module Main where - as if it was -module Main (main) where - - - This change allows GHC to optimise slightly more - aggresively inside the Main - module. - - You are highly unlikely to notice the difference, since - importing Main is very rare (it would - introduce a recursive module dependency, so doing it by - accident is unlikely too). - - - - + None known. -- 1.7.10.4