effect-tree
    Preparing search index...

    Variable _Right

    _Right: <A, B>(args: { right: A }) => { _tag: "Right"; right: A }

    Type Declaration

      • <A, B>(args: { right: A }): { _tag: "Right"; right: A }
      • Type Parameters

        • A
        • B

        Parameters

        • args: { right: A }

        Returns { _tag: "Right"; right: A }