Function either

      • Type Parameters

        • IE

        • E

        • IA

        • A

        Parameters

        Returns Schema<{
            _tag: "Left";
            left: IE;
        } | {
            _tag: "Right";
            right: IA;
        }, Either<E, A>>

        Since

        1.0.0