1 line
47 B
Text
1 line
47 B
Text
compose(f::Function, g::Function) = x->f(g(x))
|
compose(f::Function, g::Function) = x->f(g(x))
|