Instant is
off
|
Search plugin
|
Manual
|
haskell.org
genericDrop
+base
Packages
base
genericDrop
:: Integral i => i -> [a] -> [a]
base
Data.List
The
genericDrop
function is an overloaded version of
drop
, which accepts any
Integral
value as the number of elements to drop.
©
Neil Mitchell
2004-2012, version 4.2.11