From: Ian Lynagh Date: Sun, 15 Jul 2007 22:05:17 +0000 (+0000) Subject: ghci debugger documentation tweaks X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=69443f18d24fb9a911f27ad46c298cc21be57c61 ghci debugger documentation tweaks --- 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.