On Tue, Apr 1, 2008 at 2:07 PM, PR Stanley <[EMAIL PROTECTED]> 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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to