repeat -package:foundation -package:ghc package:ghc-lib-parser

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