[Haskell-cafe] Re: Function Precedence

Dan Piponi dpiponi at gmail.com
Wed Apr 2 15:46:53 EDT 2008


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


More information about the Haskell-Cafe mailing list