I have this function that takes a list and a number, and it splits the list till the n element and makes it a posn, for example:
(split (list 1 2 3 4) 2) = (m