• Embeds the arrow as a first path into a new one.

         |---------------|
    B -->|-->[ arrow ]-->|--> C
         |               |
    D -->|-------------->|--> D
         |---------------|
    

    Type Parameters

    • A

    Parameters

    • a: Arrow<A>

      The Arrow instance for A.

    Returns (<B, C, D>(arrow) => Get2<A, Tuple<B, D>, Tuple<C, D>>)

    The arrow appended a secondary path D.

Generated using TypeDoc