[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / rename / should_fail / rnfail019.hs
1 module ShouldFail where
2
3 -- !!! Section with with a bad precedence
4
5 f x y = (x:y:)
6
7 -- GHC 4.04 (as released) let this by, but it's a precedence error.