diff options
author | Yuchen Pei <hi@ypei.me> | 2022-08-16 12:24:49 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-08-16 12:24:49 +1000 |
commit | 4a2ad11155014bcf13a7dbd7f6b9e2c530ac3b79 (patch) | |
tree | c2278ef2c10bf9ff9f4c656438ec78fdeb565f0e /org-test/src/Visible.hs | |
parent | a173cbc219b58b8042a7e4f0c57fc956f257191f (diff) |
Adding initial test for the org backend.
Diffstat (limited to 'org-test/src/Visible.hs')
-rw-r--r-- | org-test/src/Visible.hs | 4 |
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 |