Removes the first n elements from a Haskell List

drop n [...]

Example