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.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/hide-bug/B.hs b/examples/hide-bug/B.hs
deleted file mode 100644
index eeaa8290..00000000
--- a/examples/hide-bug/B.hs
+++ /dev/null
@@ -1,5 +0,0 @@
-module B(Test, vis) where
-
-vis = id
-
-data Test = Test