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