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
* Test uncurried cast idea.
When curried application is used for an uncurried function, instead of a type error one gets a curried partial application.
This allows e.g. to define curried library functions such as `raise` and use them both with curried and uncurried application.
* Partial application of an uncurried type returns an uncurried type.
* Add support for uncurried externals
0 commit comments