1module Visible where
2visible :: Int -> Int
3visible a = a
4