[project @ 2001-04-03 15:05:52 by simonmar]
[ghc-hetmet.git] / ghc / tests / rename / should_fail / rnfail016.hs
1 module ShouldFail where
2
3 -- !!! Pattern syntax in expressions
4
5 f x = x @ x
6 g x = ~ x
7 h x = _
8