effect-tree - v1.0.36
    Preparing search index...

    Function tryUp

    • 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.

      Type Parameters

      • A

        The underlying type of the tree.

      Parameters

      Returns Option<Zipper.Zipper<A>>

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