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