[project @ 2001-08-22 11:45:06 by sewardj]
[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