Hello, All! Does Haskell have some "short-form" for such call: `f (g x) (g x)`, for example: compare (snd x) (snd x) Looks like combinatory logic or `ap` but not exactly... === Best regards, Paul