effect-tree
    Preparing search index...
    • Use the given Semigroup instance to join the left and right sides of the given These into a single value.

      Type Parameters

      • A

      Parameters

      • S: Semigroup<A>

      Returns (
          self:
              | { _tag: "Left"; left: A }
              | { _tag: "Right"; right: A }
              | { _tag: "Both"; left: A; right: A },
      ) => Unify<A>