liftError<E> method

EIO<E, A> liftError<E>()

Lift this IO to a EIO with the specified error type.

Implementation

EIO<E, A> liftError<E>() => lift<NoEnv, E>();