aboutsummaryrefslogtreecommitdiff
path: root/org-test/src/Hidden.hs
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-08-16 12:24:49 +1000
committerYuchen Pei <hi@ypei.me>2022-08-16 12:24:49 +1000
commit4a2ad11155014bcf13a7dbd7f6b9e2c530ac3b79 (patch)
treec2278ef2c10bf9ff9f4c656438ec78fdeb565f0e /org-test/src/Hidden.hs
parenta173cbc219b58b8042a7e4f0c57fc956f257191f (diff)
Adding initial test for the org backend.
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