Hi, how can I write a Monad Transformer for Generi...
# arrow
g
Hi, how can I write a Monad Transformer for Generic
MF
type, so that it returns a higher kinded type
Kind<F, Either<BizError, String>>
? What to use in place of
F
Copy code
EitherT.monad<F, BizError>(F???).fx.monad {...}.value()