Discord is now Scala’s main chat platform. Please join us at https://discord.com/invite/scala
MyDbAlg
and MyHttpAlg
MonadError
cannot be refactored as a final tagless effect
MonadError
cannot be refactored as an algebra, because it has F[_]
in contravariant position (and the algebra could not have an FFunctor
, or FunctorK
as cats calls it)
Extensibility for the masses
)
Seq
. I'm looking into mostly using directly List
but I'm scared that it could make matters worse as it doesn't fuse and some of the collections hidden behind some of the Seq
might do it.