4 lines
33 B
Haskell
4 lines
33 B
Haskell
|
|
add1 x = x + y
|
||
|
|
where
|
||
|
|
y = 1
|