`typealias Result<A> = Either<Throwable, ...
# language-proposals
r
typealias Result<A> = Either<Throwable, A>