aboutsummaryrefslogtreecommitdiff
path: root/org-test/src/Hidden.hs
diff options
context:
space:
mode:
Diffstat (limited to 'org-test/src/Hidden.hs')
-rw-r--r--org-test/src/Hidden.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/org-test/src/Hidden.hs b/org-test/src/Hidden.hs
new file mode 100644
index 00000000..2b694e86
--- /dev/null
+++ b/org-test/src/Hidden.hs
@@ -0,0 +1,7 @@
+{-# LANGUAGE Haskell2010 #-}
+{-# OPTIONS_HADDOCK hide #-}
+
+module Hidden where
+
+hidden :: Int -> Int
+hidden a = a