also, I want to compose functions `f(g(x))` -> ...
# announcements
g
also, I want to compose functions
f(g(x))
->
f o g (x)
style.