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
Natural transformations are almost always used in situations when the upper bound for A in apply[A] is known. Currently, this knowledge is present in the form of type casts where needed, which is not good.
The text was updated successfully, but these errors were encountered:
Natural transformations are almost always used in situations when the upper bound for
A
inapply[A]
is known. Currently, this knowledge is present in the form of type casts where needed, which is not good.The text was updated successfully, but these errors were encountered: