:: int -> [a] -> [a] -package:relude
base Data.List,
protolude Protolude,
rio RIO.List,
base-prelude BasePrelude,
universum Universum.List.Reexport,
ghc-internal GHC.Internal.Data.List GHC.Internal.Data.OldList,
rebase Rebase.Prelude,
xmonad-contrib XMonad.Prelude,
incipit-base Incipit.Base,
LambdaHack Game.LambdaHack.Core.Prelude,
verset Verset,
yesod-paginator Yesod.Paginator.Prelude The
genericTake function is an overloaded version of
take, which accepts any
Integral value as the number of
elements to take.
base Data.List,
protolude Protolude,
rio RIO.List,
base-prelude BasePrelude,
universum Universum.List.Reexport,
ghc-internal GHC.Internal.Data.List GHC.Internal.Data.OldList,
rebase Rebase.Prelude,
xmonad-contrib XMonad.Prelude,
incipit-base Incipit.Base,
LambdaHack Game.LambdaHack.Core.Prelude,
verset Verset,
yesod-paginator Yesod.Paginator.Prelude The
genericDrop function is an overloaded version of
drop, which accepts any
Integral value as the number of
elements to drop.
Taken number of elements must be at most the length of the list,
otherwise the end of the list is undefined.
Dropped number of elements must be at most the length of the list,
otherwise the end of the list is undefined.
Raise a polynomial to a non-negative integer power