diff options
Diffstat (limited to 'html-test/src/Visible.hs')
-rw-r--r-- | html-test/src/Visible.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/html-test/src/Visible.hs b/html-test/src/Visible.hs new file mode 100644 index 00000000..cad71931 --- /dev/null +++ b/html-test/src/Visible.hs @@ -0,0 +1,3 @@ +module Visible where +visible :: Int -> Int +visible a = a |