effect-tree
    Preparing search index...
    Left: <A, B>(args: { left: B }) => { _tag: "Left"; left: B } & {
        from: <R, E>(
            left: E,
        ) =>
            | { _tag: "Left"; left: E }
            | { _tag: "Right"; right: R }
            | { _tag: "Both"; left: E; right: R };
    }