replicate -package:Cabal -package:base -package:bytestring -package:containers -package:conduit package:mono-traversable

replicate n x is a sequence of length n with x as the value of every element.
> replicate 10 a :: Text
"aaaaaaaaaa"
The monadic version of replicateM.
Equivalent to Data.Sequences.replicate i must be > 0 i <= 0 is treated the same as providing 1