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