shajara API
    Preparing search index...

    Interface Right<A>

    2.0.0

    interface Right<A> {
        _tag: "Right";
        right: A;
    }

    Type Parameters

    • A
    Index

    Properties

    Properties

    _tag: "Right"
    right: A