effect-tree
    Preparing search index...

    Variable _Both

    _Both: <A, B>(
        args: { left: B; right: A },
    ) => { _tag: "Both"; left: B; right: A }

    Type Declaration

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

        • A
        • B

        Parameters

        • args: { left: B; right: A }

        Returns { _tag: "Both"; left: B; right: A }