aboutsummaryrefslogtreecommitdiff
path: root/doc/haddock.xml
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2010-04-13 00:57:05 +0000
committerDavid Waern <david.waern@gmail.com>2010-04-13 00:57:05 +0000
commit5a05dc65a9d30692235f6ea53206b56d3932185e (patch)
tree2ce5d3bb589565cf1210bcfcbc19ddd5eb2c20c7 /doc/haddock.xml
parentbe5cd616c167e5d03c460e49648a06e43864f259 (diff)
Rename Interactive Examples into Examples (and simplify explanation)
Diffstat (limited to 'doc/haddock.xml')
-rw-r--r--doc/haddock.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/haddock.xml b/doc/haddock.xml
index df12f400..f84be244 100644
--- a/doc/haddock.xml
+++ b/doc/haddock.xml
@@ -1471,12 +1471,11 @@ module A where
</section>
<section>
- <title>Interactive Examples</title>
+ <title>Examples</title>
- <para> Haddock has markup support for interactive examples, that
- illustrate the use of source constructs in a
- <emphasis>read-eval-print loop (REPL)</emphasis>. An
- interactive example is introduced with
+ <para> Haddock has markup support for examples of interaction with a
+ <emphasis>read-eval-print loop (REPL)</emphasis>. An
+ example is introduced with
<literal>ghci&gt;</literal> followed by an expression followed
by zero or more result lines:</para>