replicate -package:Cabal -package:base -package:hedgehog -package:conduit -package:containers package:text

O(n*m) replicate n t is a Text consisting of the input t repeated n times.
O(n*m) replicate n t is a Text consisting of the input t repeated n times.
O(n) replicateCharI n c is a Stream Char of length n with c the value of every element.
O(n*m) replicateI n t is a Stream Char consisting of the input t repeated n times.