j
k
j a
j l
On Tue, Apr 1, 2008 at 2:07 PM, PR Stanley 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
Back to the thread
Back to the list