From ab769387cb04ae551642c5b30622a710eaab93f0 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 6 Jan 2011 09:31:52 +0000 Subject: [PATCH] fix markup --- 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 ebf195b..a675cca 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -81,11 +81,11 @@ Prelude> as in the above example. Multiline mode is useful when entering monadic - do statements: + do statements: Control.Monad.State> flip evalStateT 0 $ do -Control.Monad.State| i <- get +Control.Monad.State| i <- get Control.Monad.State| lift $ do Control.Monad.State| putStrLn "Hello World!" Control.Monad.State| print i -- 1.7.10.4