• Applies the function in S to the item t, but flipped the arguments.

    Type Parameters

    • S

    Parameters

    • func: Functor<S>

      The instance of Functor for S.

    Returns (<T, U>(item) => ((t) => Get1<S, U>))

    The applied item in S.

      • <T, U>(item): ((t) => Get1<S, U>)
      • Type Parameters

        • T

        • U

        Parameters

        • item: T

        Returns ((t) => Get1<S, U>)

          • (t): Get1<S, U>
          • Parameters

            • t: Get1<S, ((t) => U)>

            Returns Get1<S, U>

Generated using TypeDoc