You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In these cases you should prefer the lambda syntax, which would be written as:
Functor[Lambda[a =>Future[List[a]]]]
The documentation doesn't explicitly refer to Cats' Functor, but most people are going to assume that, and Cats provides no such functor out of the box.
The text was updated successfully, but these errors were encountered:
In Type Lambda gotchas:
The documentation doesn't explicitly refer to Cats'
Functor
, but most people are going to assume that, and Cats provides no such functor out of the box.The text was updated successfully, but these errors were encountered: