MakingMonads
kurner
Functions may be composed using the multiplication operator, or self compose through powering. (f * g)(x) == f(g(x)).
Total Tips
0
Loading comments...
Functions may be composed using the multiplication operator, or self compose through powering. (f * g)(x) == f(g(x)).