Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Alex D
GHC
Commits
ab769387
Commit
ab769387
authored
Jan 06, 2011
by
Simon Marlow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix markup
parent
a852f1dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/users_guide/ghci.xml
docs/users_guide/ghci.xml
+2
-2
No files found.
docs/users_guide/ghci.xml
View file @
ab769387
...
...
@@ -81,11 +81,11 @@ Prelude>
as in the above example.
</para>
<para>
Multiline mode is useful when entering monadic
<literal>
do
<literal>
statements:
</para>
<literal>
do
<
/
literal>
statements:
</para>
<screen>
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment