Module prelude

Module prelude 

Source
Expand description

Useful functions exported by tool::sequence.

Functionsยง

first
Get the first element of a sequence with at least one element.
second
Get the second element of a sequence with at least to elements
third
Get the third element of a sequence with at least three elements.
uncons
Split a sequence of at least one item into a head and tail.