effect-tree
    Preparing search index...

    Variable tryUpConst

    tryUp: OptionalZipper = ...

    Navigate from a node to its parent or return Option.none() if the tree is focused on a root node.

    See up for an unsafe version.

    The underlying type of the tree.

    The zipper that will be navigated.

    An updated zipper pointing at a new focus or Option.none() if zipper focus is on root node.