From 69443f18d24fb9a911f27ad46c298cc21be57c61 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 15 Jul 2007 22:05:17 +0000 Subject: [PATCH] ghci debugger documentation tweaks --- docs/users_guide/ghci.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index 8e7dda0..c60e249 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -1080,7 +1080,7 @@ right :: [a] Listing and deleting breakpoints The list of breakpoints currently enabled can be displayed using - :show breaks: + :show breaks: *Main> :show breaks [0] Main qsort.hs:1:11-12 @@ -1488,7 +1488,7 @@ Just 20 Implicit parameters (see ) are only available - at the scope of a breakpoint if there is a explicit type signature. + at the scope of a breakpoint if there is an explicit type signature. -- 1.7.10.4