book-monads/src/ch04/s00-concerns.md
2023-05-03 12:05:38 +00:00

565 B

Concerns (questions) with the current implementaion

There exist alternative Functor implementations

See the relevant subchapter

It might be better to have a per-lifetime trait for Functors

See the relevant subchapter

Stackless is kind of bad

See the relevant subchapter

WeakFunctor::F<'a, A> is not (yet) covariant over the lifetime 'a

See the relevant subchapter

Can WeakFunctor be an associated type of a Functor instead of its supertype?