replicate -package:Cabal -package:memory -package:conduit -package:dlist -package:utility-ht is:exact -package:base-compat 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.