replicate -package:Cabal is:exact -package:conduit -package:base -package:ghc 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.