From e681519a1236b4d2a2412cc1ce005098b92dae23 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 13 Jul 2007 22:26:56 +0000 Subject: [PATCH] User guide tweaks --- docs/users_guide/ghci.xml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index b27781c..4119836 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -18,7 +18,7 @@ FFIGHCi support Foreign Function InterfaceGHCi support. - GHCi also includes an interactive debugger (see ).. + GHCi also includes an interactive debugger (see ). Introduction to GHCi @@ -28,12 +28,7 @@ $ ghci - ___ ___ _ - / _ \ /\ /\/ __(_) - / /_\// /_/ / / | | GHC Interactive, version 6.6, for Haskell 98. -/ /_\\/ __ / /___| | http://www.haskell.org/ghc/ -\____/\/ /_/\____/|_| Type :? for help. - +GHCi, version 6.8.1: http://www.haskell.org/ghc/ :? for help Loading package base ... linking ... done. Prelude> -- 1.7.10.4