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
1ed5fabe
Commit
1ed5fabe
authored
Aug 22, 2011
by
Simon Peyton Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix DocBook formatting
parent
0f996392
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
docs/users_guide/ghci.xml
docs/users_guide/ghci.xml
+4
-1
No files found.
docs/users_guide/ghci.xml
View file @
1ed5fabe
...
...
@@ -1895,7 +1895,8 @@ $ ghci -lm
modules from packages) only the non-
<literal>
*
</literal>
form of
<literal>
:browse
</literal>
is available.
</para>
</listitem>
<listitem>
Data constructors and class methods are usually
<listitem>
<para>
Data constructors and class methods are usually
displayed in the context of their data type or class declaration.
However, if the
<literal>
!
</literal>
symbol is appended to the
command, thus
<literal>
:browse!
</literal>
,
...
...
@@ -1929,6 +1930,8 @@ maybe :: b -> (a -> b) -> Maybe a -> b
unqualified, or with a
<literal>
Prelude.
</literal>
qualifier.
</para>
</listitem>
</itemizedlist>
</para>
</listitem>
</varlistentry>
...
...
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