aboutsummaryrefslogtreecommitdiff
path: root/examples/hide-bug/A.hs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hide-bug/A.hs')
-rw-r--r--examples/hide-bug/A.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/hide-bug/A.hs b/examples/hide-bug/A.hs
deleted file mode 100644
index a9386a40..00000000
--- a/examples/hide-bug/A.hs
+++ /dev/null
@@ -1,2 +0,0 @@
--- #hide
-module A where { data T = MkT; f :: T; f = MkT }