effect-tree
    Preparing search index...

    Type Alias Branch<A>

    Branch: Record<"unfixed", BranchF<A, Tree<A>>>

    The branch type of Tree. Branches are simple wrappers over BranchF values.

    Type Parameters

    • A

      Underlying tree type.