1module FunctionArgument where
2
3foo :: Int -> Int
4foo x = x + 1
5