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
Make callbacks uncurried in automatic curried application.
When functions such as `Array.map` are called via automatic curried application, if one of the arguments is a callback, turn that into an uncurried type.
This allows passing an uncurried callback even though the original `Array.map` expects a curried callback.
0 commit comments