Constructs an Either holding a Right<A>, representing a success.
Either
Right<A>
The value to wrap in a Right
Right
A Right containing the value
Constructs an
Either
holding aRight<A>
, representing a success.