replicate -package:Cabal is:exact -package:base -package:hedgehog -package:conduit -package:vector package:dlist

replicate n x is a DList of length n with x as the value of every element. <math>(n). replicate obeys the law:
toList (replicate n x) = replicate n x