take: Take a number of elements from a list.

View source: R/Data.List.r

takeR Documentation

Take a number of elements from a list.

Description

take :: Int -> [a] -> [a]

Usage

take(nr, xs)

Arguments

nr

int

xs

list


schnecki/rhaskell documentation built on Oct. 30, 2022, 10:23 a.m.