• Creates the right hand of an [Either].

    Type Parameters

    • L

    • R

    Parameters

    • value: R

      the value that represents the right hand

    Returns {
        right: R;
        tag: "right";
    }

    • right: R
    • tag: "right"

Generated using TypeDoc