From d7adfc2126da0547e2348c89f291696cff8efad1 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Tue, 16 Aug 2022 12:24:49 +1000 Subject: Adding initial test for the org backend. --- org-test/src/Visible.hs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 org-test/src/Visible.hs (limited to 'org-test/src/Visible.hs') 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 -- cgit v1.2.3