`typealias MyData<E, T> = Either<E, Optio...
# arrow
p
typealias MyData<E, T> = Either<E, Option<T>>