From 6b1a6afa3e5d0e80833c3cf7801922792bb4c1d3 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 27 Aug 2010 17:15:11 +0000 Subject: [PATCH] Merge a duplicate release note --- docs/users_guide/6.14.1-notes.xml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) 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: -- 1.7.10.4