From: simonmar Date: Tue, 6 May 2003 10:36:17 +0000 (+0000) Subject: [project @ 2003-05-06 10:36:17 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~926 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=1e2d0557a00651e615edfa554b7ede24a08e8cb4;p=ghc-hetmet.git [project @ 2003-05-06 10:36:17 by simonmar] Update: we now follow Haskell 98 w.r.t. exports from module Main. --- 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.