From: Simon Marlow Date: Thu, 6 Jan 2011 09:31:52 +0000 (+0000) Subject: fix markup X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ab769387cb04ae551642c5b30622a710eaab93f0;p=ghc-hetmet.git fix markup --- 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