Some<A> constructor

const Some<A>(
  1. A _a
)

Implementation

const Some(this._a);