From a4a6817fc78562170d00852595cf6af3fa38d209 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Thu, 26 Apr 2007 09:23:42 +0000 Subject: [PATCH] Unbreak the users_guide --- 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 aaa9c46..61aa513 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -1261,7 +1261,7 @@ li - [Just 1,(_t6::Maybe Integer),Just 3,(_t7::Maybe Integer),Just 4] The example uses :print and :sprint to help us observe how the li variable is evaluated progressively as we operate with it. Note for instance how last traverses all the elements of - the list to compute its result, but without evaluating the individual elements. + the list to compute its result, but without evaluating the individual elements. @@ -1395,7 +1395,7 @@ li - [Just 1,_,_,_,Just 5] The example uses :sprint to help us observe how the li variable is evaluated progressively as we operate with it. Note for instance how last traverses all the elements of - the list to compute its result, but without evaluating the individual elements. + the list to compute its result, but without evaluating the individual elements. -- 1.7.10.4