Lifts a value into the Some branch.
Some
const m = some(1); // Maybe<number> Copy
const m = some(1); // Maybe<number>
Lifts a value into the
Somebranch.