declare fun {Drop Ls N} if N == 0 then Ls else {Drop Ls.2 N-1} end end