6 lines
65 B
Text
6 lines
65 B
Text
|
|
module IntegerSequence
|
||
|
|
|
||
|
|
import StdEnv
|
||
|
|
|
||
|
|
Start = [x \\ x <- [1..]]
|