Module Seed.Lst

let takeTop: list('a) => top:int => list('a);

* Take the first n elements from a list

let hasElements: list('a) => bool;
let map: list('a) => ('a => 'b) => list('b);