• Type Parameters

    • S

    Parameters

    Returns (<A, B, C>(f) => ((x) => ((y) => Get1<S, C>)))

      • <A, B, C>(f): ((x) => ((y) => Get1<S, 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 ((x) => ((y) => Get1<S, C>))

          • (x): ((y) => Get1<S, C>)
          • Parameters

            Returns ((y) => Get1<S, C>)

Generated using TypeDoc