(
γ
β
)
@ (
(
α
β
)
 
f
, 
(
γ
α
)
 
g)
CompositionThis is the forward composition operator. That is, f@g is equivalent to x -> f(g(x)).
Use this operator to compose functions for a later call. For instance,
_ + 10 @ _ + 20is the function x -> x + 30.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.