• Makes a product of two Lazys.

    Type Parameters

    • A

    • B

    Parameters

    • fa: Lazy.Lazy<A>

      The left-side of product.

    Returns ((fb) => Lazy.Lazy<[A, B]>)

    The product of two Lazys.

Generated using TypeDoc