• Creates the left hand of an [Either].

    Type Parameters

    • L

    • R

    Parameters

    • value: L

      the value that represents the left hand

    Returns {
        left: L;
        tag: "left";
    }

    • left: L
    • tag: "left"

Generated using TypeDoc