let q = (f .y g)(z=a) then q(y=b) = f(x=g(z=a), y=b)
let q = (f .x g)(z=a) then q(z=a) = f(y=g(z=a), x=b)
Aesthetically it would be kinda like the notation for fiber product.
let q = (f .y g)(z=a) then q(y=b) = f(x=g(z=a), y=b)
let q = (f .x g)(z=a) then q(z=a) = f(y=g(z=a), x=b)
Aesthetically it would be kinda like the notation for fiber product.