aboutsummaryrefslogtreecommitdiff
path: root/examples/Test.hs
diff options
context:
space:
mode:
authorsimonmar <unknown>2004-03-24 10:16:17 +0000
committersimonmar <unknown>2004-03-24 10:16:17 +0000
commit2600efa4eace203a975fd784655148d6fc783de2 (patch)
tree5b4702e5a56967ddaf26643ac541074ff76d5d2b /examples/Test.hs
parent90e5e2944c2d95da19a7d5e1c638ce60c358c41a (diff)
[haddock @ 2004-03-24 10:16:17 by simonmar]
Record export tests.
Diffstat (limited to 'examples/Test.hs')
-rw-r--r--examples/Test.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/Test.hs b/examples/Test.hs
index 65e01a9e..066dabac 100644
--- a/examples/Test.hs
+++ b/examples/Test.hs
@@ -64,6 +64,8 @@ module Test (
-- $aux11
+ -- $aux12
+
-- | This is some inline documentation in the export list
--
-- > a code block using bird-tracks
@@ -333,6 +335,12 @@ test2
@
-}
+-- $aux12
+-- > foo
+--
+-- > bar
+--
+
-- | A data-type using existential\/universal types
data Ex a
= forall b . C b => Ex1 b