drop -base +containers
O(log(min(i,n-i))). Elements of a sequence after the first i. If i is negative, drop i s yields the whole sequence. If the sequence contains fewer than i elements, the empty sequence is returned.
O(i) p xs</tt> returns the suffix remaining after takeWhileL p xs.