On Tue, Apr 1, 2008 at 2:07 PM, PR Stanley <prstanley at ntlworld.com> wrote: > All you'd have to do is to give the inner most function the highest > precdence What's the innermost function in "f g x" here? test :: (a -> b -> c) -> a -> b -> c test f g x = f g x -- Dan