diff options
Diffstat (limited to 'html-test/src/Visible.hs')
-rw-r--r-- | html-test/src/Visible.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html-test/src/Visible.hs b/html-test/src/Visible.hs index cad71931..9440aeef 100644 --- a/html-test/src/Visible.hs +++ b/html-test/src/Visible.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE Haskell2010 #-} module Visible where visible :: Int -> Int visible a = a |