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, 2 insertions, 0 deletions
diff --git a/examples/hide-bug/A.hs b/examples/hide-bug/A.hs
new file mode 100644
index 00000000..a9386a40
--- /dev/null
+++ b/examples/hide-bug/A.hs
@@ -0,0 +1,2 @@
+-- #hide
+module A where { data T = MkT; f :: T; f = MkT }