RosettaCodeData/Task/Arrays/Clean/arrays-3.clean

3 lines
45 B
Plaintext

array :: {Int}
array = {x \\ x <- [1 .. 10]}