Some<A> constructor

const Some<A>(
  1. A value
)

Implementation

const Some(this.value);