module example import StdInt square :: Int -> Int square n = n * n Start :: Int Start = square 3