[project @ 2001-03-09 14:44:15 by simonmar]
[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.
8
9
10