Function aviary::becard [] [src]

pub fn becard<A, B, C, D, F, G, H>(f: F, g: G, h: H) -> impl Fn(A) -> D where
    F: Fn(C) -> D,
    G: Fn(B) -> C,
    H: Fn(A) -> B, 

B3 combinator, triple composition