diff options
author | davve <davve@dtek.chalmers.se> | 2006-07-10 19:09:23 +0000 |
---|---|---|
committer | davve <davve@dtek.chalmers.se> | 2006-07-10 19:09:23 +0000 |
commit | 912edf6502ca514eb60e7210addb0f55a43a1c3d (patch) | |
tree | fc3c6f1101ed8cfa2f9410bf076b0b65887c1105 /examples/Visible.hs | |
parent | b79272f54d67bfecc2cfeed0d1b8171c790f63c6 (diff) |
Initial modifications -- doesn't compile
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 |