Sorry for the vague title.
We sometimes write functions as: $$f(2)=5$$ and sometimes as $$f_2 = 5$$
and sometimes with multiple variables, as $$f_2(2)=5$$ instead of $$f(2,2)=5$$
In principle these are the same, but they allow for different emphasis.
I am wondering: can we distinguish between the two already when writing the function spaces?
we usually write: $$f: \mathbb N \times \mathbb N \to \mathbb N$$
But this doesn't allow us to say whether this will be written as $f_x(y)$ or as $f(x,y)$.
Is there standard notation to denote when defining the type signature of $f$, that it will be written as $f_x(y)$ rather than $f(x,y)$?