Union2A<A, B> constructor

const Union2A<A, B>(
  1. A a
)

Implementation

const Union2A(this.a);