Function aviary::bluebird_prime [] [src]

pub fn bluebird_prime<A: Clone, B, C, D, F, G>(
    f: F,
    a: A,
    g: G
) -> impl Fn(B) -> D where
    F: Fn(A, C) -> D,
    G: Fn(B) -> C, 

B' combinator