replicate -package:Cabal package:text -is:exact -is:exact -is:exact

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.