[Haskell-beginners] fractal x = fractal [y - head x + z | y <- x, z <- x] with take doesnt end