diff options
author | Yuchen Pei <hi@ypei.me> | 2022-08-16 12:24:49 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-08-16 13:55:50 +1000 |
commit | d7adfc2126da0547e2348c89f291696cff8efad1 (patch) | |
tree | f435ac652408edde4fb5fc999891f026906887c1 /org-test/src/Hidden.hs | |
parent | 5df092cac4ddce70dafe8bef1cc8d460c805d985 (diff) |
Adding initial test for the org backend.
Diffstat (limited to 'org-test/src/Hidden.hs')
-rw-r--r-- | org-test/src/Hidden.hs | 7 |
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 |