• Lifts up the two-parameter function over F.

    Type Parameters

    • F

    Parameters

    • app: Apply<F>

      The Apply instance for F.

    Returns (<A, B, C>(f) => ((fa) => ((fb) => Get1<F, C>)))

    The function lifted over F.

      • <A, B, C>(f): ((fa) => ((fb) => Get1<F, C>))
      • Type Parameters

        • A

        • B

        • C

        Parameters

        • f: ((a) => ((b) => C))
            • (a): ((b) => C)
            • Parameters

              • a: A

              Returns ((b) => C)

                • (b): C
                • Parameters

                  • b: B

                  Returns C

        Returns ((fa) => ((fb) => Get1<F, C>))

          • (fa): ((fb) => Get1<F, C>)
          • Parameters

            Returns ((fb) => Get1<F, C>)

Generated using TypeDoc