Join Slack
Powered by
It's curious that we already have some limited for...
# language-proposals
i
ilya.gorbunov
01/11/2018, 8:00 PM
It's curious that we already have some limited form of partial application, it's called bound references:
instance::f
is partial application of
{ a, b, c -> instance.f(a, b, c) }
Open in Slack
Previous
Next