aboutsummaryrefslogtreecommitdiff
path: root/org-test/src/Visible.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 13:55:50 +1000
commitd7adfc2126da0547e2348c89f291696cff8efad1 (patch)
treef435ac652408edde4fb5fc999891f026906887c1 /org-test/src/Visible.hs
parent5df092cac4ddce70dafe8bef1cc8d460c805d985 (diff)
Adding initial test for the org backend.
Diffstat (limited to 'org-test/src/Visible.hs')
-rw-r--r--org-test/src/Visible.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/org-test/src/Visible.hs b/org-test/src/Visible.hs
new file mode 100644
index 00000000..9440aeef
--- /dev/null
+++ b/org-test/src/Visible.hs
@@ -0,0 +1,4 @@
+{-# LANGUAGE Haskell2010 #-}
+module Visible where
+visible :: Int -> Int
+visible a = a