Insert the given node as the first child of the given focus.
At the keys move and tryMove you will find versions where the focus has been moved to the newly inserted node.
move
tryMove
The underlying type of the tree.
A function that takes a zipper and returns an updated zipper where the focus node has been replaced.
Insert the given node as the first child of the given focus.
At the keys
moveandtryMoveyou will find versions where the focus has been moved to the newly inserted node.