aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorsimonmar <unknown>2003-08-15 15:01:03 +0000
committersimonmar <unknown>2003-08-15 15:01:03 +0000
commitd3de1e38bde70d350e5f18162f5081e85bce0c95 (patch)
tree3940e0fb7934bf7c9ebba75e507b0627e39078a1 /examples
parent1aa077bf607ac720b01a70a6e350b3cea9dd7233 (diff)
[haddock @ 2003-08-15 15:01:03 by simonmar]
wibbles
Diffstat (limited to 'examples')
-rw-r--r--examples/Test.hs9
1 files changed, 7 insertions, 2 deletions
diff --git a/examples/Test.hs b/examples/Test.hs
index 34485683..65e01a9e 100644
--- a/examples/Test.hs
+++ b/examples/Test.hs
@@ -40,7 +40,6 @@ module Test (
-- * Function types
f, g,
- -- $aux2
-- * Auxiliary stuff
-- $aux1
@@ -68,7 +67,7 @@ module Test (
-- | This is some inline documentation in the export list
--
-- > a code block using bird-tracks
- -- > each line must begin with > (which isn\'t significant unless it
+ -- > each line must begin with > (which isn't significant unless it
-- > is at the beginning of the line).
-- * A hidden module
@@ -91,8 +90,11 @@ module Test (
{-|
> a literal line
+
$ a non /literal/ line $
-}
+
+ p,
) where
import Hidden
@@ -324,6 +326,7 @@ aux11:
>test3
>test4
+
@
test1
test2
@@ -365,3 +368,5 @@ foreign import ccall unsafe
o :: Float -- ^ The input float
-> IO Float -- ^ The output float
+-- | We should be able to escape this: \#\#\#
+p :: Int