Closed yanns closed 2 months ago
Later is an instance of Eval
Later
Eval
final class Later[A](f: () => A) extends Eval.Leaf[A]
And Eval is covariant.
I'm having the same issue as described in https://github.com/typelevel/cats/pull/937 but for Later. We could make Later covariant as well.
Later
is an instance ofEval
And
Eval
is covariant.I'm having the same issue as described in https://github.com/typelevel/cats/pull/937 but for
Later
. We could makeLater
covariant as well.