2 lines
38 B
Haskell
2 lines
38 B
Haskell
|
|
pascal = iterate (extendWith (+)) [1]
|
|
|
pascal = iterate (extendWith (+)) [1]
|