main :: IO()summ :: Int -> Int -> Intsumm5 :: Int -> Intsumm x y = x+ysumm5 y = summ 5 ymain = print$summ5 7
Standard input is empty
12
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!