diff options
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 |