Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
a4a6817f
Commit
a4a6817f
authored
Apr 26, 2007
by
mnislaih
Browse files
Unbreak the users_guide
parent
708aa86d
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/users_guide/ghci.xml
View file @
a4a6817f
...
...
@@ -1261,7 +1261,7 @@ li - [Just 1,(_t6::Maybe Integer),Just 3,(_t7::Maybe Integer),Just 4]
The example uses
<literal>
:print
</literal>
and
<literal>
:sprint
</literal>
to help us observe how the
<literal>
li
</literal>
variable is evaluated progressively as we operate
with it. Note for instance how
<quote>
last
</quote>
traverses all the elements of
the list to compute its result, but without evaluating the individual elements.
</para>
the list to compute its result, but without evaluating the individual elements.
</para>
</listitem>
</varlistentry>
...
...
@@ -1395,7 +1395,7 @@ li - [Just 1,_,_,_,Just 5]
</screen>
The example uses
<literal>
:sprint
</literal>
to help us observe how the
<literal>
li
</literal>
variable is evaluated progressively as we operate
with it. Note for instance how
<quote>
last
</quote>
traverses all the elements of
the list to compute its result, but without evaluating the individual elements.
</para>
the list to compute its result, but without evaluating the individual elements.
</para>
</listitem>
</varlistentry>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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