Urban Boquist <[EMAIL PROTECTED]> reports the following problem.

Version:       1.4 
OS:             
compiler:       
configuration:  
Expected behaviour:
6

Observed behaviour:
ERROR: Ambiguous use of operator "f" with "f"

Transcript:
Prelude> let f x y = x+y in 1 `f` 2 `f` 3
ERROR: Ambiguous use of operator "f" with "f"

[if I'm reading section 5.6 of the Haskell report correctly
`f` should be given "infixl 9".]

Code:



Reply via email to