aboutsummaryrefslogtreecommitdiff
path: root/examples/B.hs
diff options
context:
space:
mode:
authorsimonmar <unknown>2003-07-28 13:30:35 +0000
committersimonmar <unknown>2003-07-28 13:30:35 +0000
commit70e137ead1809516991ff4152842be08561404ee (patch)
treeeb98f9a1515f15397165846e6293c260d8f0b957 /examples/B.hs
parentb0856e7d7185f86245846d574cdea943621adc4f (diff)
[haddock @ 2003-07-28 13:30:35 by simonmar]
Add tests for a couple of bugs.
Diffstat (limited to 'examples/B.hs')
-rw-r--r--examples/B.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/B.hs b/examples/B.hs
new file mode 100644
index 00000000..3a31507e
--- /dev/null
+++ b/examples/B.hs
@@ -0,0 +1,2 @@
+module B ( module A ) where
+import A