aboutsummaryrefslogtreecommitdiff
path: root/examples/hide-bug/B.hs
diff options
context:
space:
mode:
authorsimonmar <unknown>2004-03-24 09:42:11 +0000
committersimonmar <unknown>2004-03-24 09:42:11 +0000
commit5c7560315272dabccaec7628f7a822df1d49402e (patch)
tree08c4d25c3b40ad1b57df9ce11a60efe70f713666 /examples/hide-bug/B.hs
parent19b6bb9916325f14cfef3725dcfa8bf750339cb6 (diff)
[haddock @ 2004-03-24 09:42:10 by simonmar]
hiding bug from Ross Paterson (fixed in rev 1.59 of Main.hs)
Diffstat (limited to 'examples/hide-bug/B.hs')
-rw-r--r--examples/hide-bug/B.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/hide-bug/B.hs b/examples/hide-bug/B.hs
new file mode 100644
index 00000000..7c5b9dfe
--- /dev/null
+++ b/examples/hide-bug/B.hs
@@ -0,0 +1 @@
+module B(f, T) where import A