List comprehensions: Difference between revisions

m
Line 1,023:
// EXAMPLE ----------------------------------------------------------------
// [(x,y,z) | x <- [1..n], y <- [x..n], z <- [y..n], x^2 + y^2 == z^2]
return concatMap(x =>
9,659

edits