fork(1) download
  1. suma a b = a + b
  2.  
  3. main = do
  4. print( foldl suma 0 [11, 22, 44, 88] )
Success #stdin #stdout 0s 4700KB
stdin
Standard input is empty
stdout
165