j
k
j a
j l
If I'm not mistaken, h=f°g creates a new function h(x) which is the same thing as h(x)=f(g(x)).
Correct. In a type context f, g & h would all be types, with () being the cast operation. Example:
(string°int)s == (string)(int)s;
Back to the thread
Back to the list