incrementar20 :: Int -> Intincrementar20 n = n + 20 main = do print( map incrementar20 [11, 22, 44, 88] )
Standard input is empty
[31,42,64,108]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!