Function aviary::quixotic [] [src]

pub fn quixotic<A, B, C, F, G>(f: F, x: A, g: G) -> C where
    F: Fn(B) -> C,
    G: Fn(A) -> B, 

Q1 combinator