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

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

    Type Parameters

    • A

    Parameters

    • a: Arrow<A>

      The Arrow instance for A.

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

    The arrow appended a primary path D.

Generated using TypeDoc