(
list
(
α
)
, 
list
(
α
)
)
split_at (
list
(
α
)
 
l
, 
int
 
n)
Separate a list in two.
l
The list to separate.
n
The number of elements to put in the first list.
returns
A pair (beginning, end) such that append(beginning,end) == lIf l has n elements or more, beginning contains the n first elements
of
l, otherwise beginning is l.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.