diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2011-08-22 12:17:34 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2011-08-22 12:17:34 +0100 |
commit | 1ed5fabe2fb79bf131636b49c22f8a70340fe0cd (patch) | |
tree | 5725b9a88bc58af972ac3f70727abc1ed72c9539 | |
parent | 0f996392cf844592addde3404a94f567e2acc4ba (diff) | |
download | haskell-1ed5fabe2fb79bf131636b49c22f8a70340fe0cd.tar.gz |
Fix DocBook formatting
-rw-r--r-- | docs/users_guide/ghci.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index 581b91818f..def2f90a90 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -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> |