replicate -package:Cabal is:exact -package:base -package:containers -package:hedgehog -package:vector -package:base-prelude -package:rio -package:base-compat package:streamly

>>> replicate n = Stream.take n . Stream.repeat
Generate a stream of length n by repeating a value n times.