aboutsummaryrefslogtreecommitdiff
path: root/examples/Test.hs
diff options
context:
space:
mode:
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