Skip to content
Snippets Groups Projects
Commit b099104f authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-02-12 14:57:41 by simonm]

combining undeclared infix operators (from a bug in Hugs).
parent 100e0301
No related merge requests found
module ShouldSucceed where
--!!! combining undeclared infix operators
-- should default to 'infixl 9'
test = let f x y = x+y in 1 `f` 2 `f` 3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment