aboutsummaryrefslogtreecommitdiff
path: root/examples/hide-bug/B.hs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hide-bug/B.hs')
-rw-r--r--examples/hide-bug/B.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/hide-bug/B.hs b/examples/hide-bug/B.hs
index f2ef544a..eeaa8290 100644
--- a/examples/hide-bug/B.hs
+++ b/examples/hide-bug/B.hs
@@ -1,3 +1,5 @@
-module B(Test) where
+module B(Test, vis) where
+
+vis = id
data Test = Test