• Sequences two computations over two functors.

    Type Parameters

    • SA

    • SB

    Parameters

    • applyA: Apply<SA>

      The Apply instance for SA.

    • applyB: Apply<SB>

      The Apply instance for SB.

    Returns (<T>(funcT) => (<U>(funcM) => Get1<SA, Get1<SB, U>>))

    The sequenced computation, doing first then second.

      • <T>(funcT): (<U>(funcM) => Get1<SA, Get1<SB, U>>)
      • Type Parameters

        • T

        Parameters

        Returns (<U>(funcM) => Get1<SA, Get1<SB, U>>)

          • <U>(funcM): Get1<SA, Get1<SB, U>>
          • Type Parameters

            • U

            Parameters

            Returns Get1<SA, Get1<SB, U>>

Generated using TypeDoc