From: Ian Lynagh Date: Fri, 27 Aug 2010 17:15:11 +0000 (+0000) Subject: Merge a duplicate release note X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=6b1a6afa3e5d0e80833c3cf7801922792bb4c1d3 Merge a duplicate release note --- diff --git a/docs/users_guide/6.14.1-notes.xml b/docs/users_guide/6.14.1-notes.xml index 506f92d..90f4954 100644 --- a/docs/users_guide/6.14.1-notes.xml +++ b/docs/users_guide/6.14.1-notes.xml @@ -23,8 +23,13 @@ The full Haskell import syntax can now been - used to bring modules into scope in GHCi. + used to bring modules into scope in GHCi, e.g. + +Prelude> import Data.List as L +Prelude Data.List> L.length "foo" +3 + @@ -446,17 +451,6 @@ import SpecConstr - GHCi now supports full import syntax, e.g. - - -Prelude> import Data.List as L -Prelude Data.List> L.length "foo" -3 - - - - - GHCi now understands the layout of multiline-commands, so this now works: