diff options
author | Yuchen Pei <hi@ypei.me> | 2022-08-16 12:24:49 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-08-16 14:06:43 +1000 |
commit | ba880b4c29724768eec5a3c07c79d5525e8b7992 (patch) | |
tree | 2b99ac288bfffe78c88c97b6984f4cddf71a7421 /org-test/src/Visible.hs | |
parent | 6b48872222cc21e864e637055d95c71ff911fddf (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 |