4 lines
41 B
Text
4 lines
41 B
Text
|
|
incr x = x + 1
|
||
|
|
|
||
|
|
Start = map incr [1..10]
|