aboutsummaryrefslogtreecommitdiff
path: root/tests/pre-2.0-tests/Hidden.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pre-2.0-tests/Hidden.hs')
-rw-r--r--tests/pre-2.0-tests/Hidden.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/pre-2.0-tests/Hidden.hs b/tests/pre-2.0-tests/Hidden.hs
new file mode 100644
index 00000000..ce93558c
--- /dev/null
+++ b/tests/pre-2.0-tests/Hidden.hs
@@ -0,0 +1,4 @@
+{-# DOC_OPTIONS hide #-}
+module Hidden where
+hidden :: Int -> Int
+hidden a = a