diff options
Diffstat (limited to 'examples/Visible.hs')
-rw-r--r-- | examples/Visible.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Visible.hs b/examples/Visible.hs index 33987c46..cad71931 100644 --- a/examples/Visible.hs +++ b/examples/Visible.hs @@ -1,2 +1,3 @@ module Visible where visible :: Int -> Int +visible a = a |