• Traverses the tuple with visitor on semi-groupal F.

    Type Parameters

    • F

    Parameters

    Returns (<A, B>(visitor) => ((__namedParameters) => Get1<F, Tuple<B, B>>))

    The traversed tuple on F.

      • <A, B>(visitor): ((__namedParameters) => Get1<F, Tuple<B, B>>)
      • Type Parameters

        • A

        • B

        Parameters

        • visitor: ((a) => Get1<F, B>)
            • (a): Get1<F, B>
            • Parameters

              • a: A

              Returns Get1<F, B>

        Returns ((__namedParameters) => Get1<F, Tuple<B, B>>)

          • (__namedParameters): Get1<F, Tuple<B, B>>
          • Parameters

            • __namedParameters: [A, A]

            Returns Get1<F, Tuple<B, B>>

Generated using TypeDoc