Results for “Std.Function.compose”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Function.compose
fn(B) -> C -> fn(A) -> B -> A -> COne function after another:
compose(f, g, x)isf(g(x)).
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
fn(B) -> C -> fn(A) -> B -> A -> COne function after another: compose(f, g, x) is f(g(x)).