main :: IO()summ :: Int -> Int -> Intsumm x y = x + ymain = print $ summ 3 4
3 7
7
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!