-
- Downloads
add partial application and splitting into multiple calls
Rust is more sensitive to how arguments are applied, so mlw `f a b` could mean Rust `f(a, b)`, `f(a)(b)` or `f()(a, b)`, etc.
Please register or sign in to comment
Rust is more sensitive to how arguments are applied, so mlw `f a b` could mean Rust `f(a, b)`, `f(a)(b)` or `f()(a, b)`, etc.