is fun Right() just constructing a Right object? w...
# arrow
a
is fun Right() just constructing a Right object? wouldn’t this be better as a typealias to Either.Right? Or would that be too chaotic?