repeat -package:universum -package:ghc-lib-parser package:ghc

repeat x is an infinite list, with x the value of every element.
>>> repeat 17
[17,17,17,17,17,17,17,17,17...