``` typealias Result<D, A> = Kleisli<Eith...
# arrow
r
Copy code
typealias Result<D, A> = Kleisli<EitherTKindPartial<IOHK, CharacterError>, D, A>