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
The new release of Functors makes the recursion into nested objects type-stable. So we can rework our recursive_* implementations to directly use Functors.fmap (and even deprecate them in certain cases).
The new release of Functors makes the recursion into nested objects type-stable. So we can rework our
recursive_*
implementations to directly useFunctors.fmap
(and even deprecate them in certain cases).Packages needing updates:
Current Blockers
Downstream updates:
The text was updated successfully, but these errors were encountered: