diff options
author | David Waern <david.waern@gmail.com> | 2010-04-13 00:57:05 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2010-04-13 00:57:05 +0000 |
commit | 5a05dc65a9d30692235f6ea53206b56d3932185e (patch) | |
tree | 2ce5d3bb589565cf1210bcfcbc19ddd5eb2c20c7 /doc | |
parent | be5cd616c167e5d03c460e49648a06e43864f259 (diff) |
Rename Interactive Examples into Examples (and simplify explanation)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/haddock.xml | 9 |
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></literal> followed by an expression followed by zero or more result lines:</para> |