[project @ 1998-08-04 15:21:15 by simonm]
[ghc-hetmet.git] / ghc / tests / reader / should_fail / read006.hs
1 --!!! Using pattern syntax on RHS
2 module ShouldFail where
3
4 f :: Int -> Int
5 f x = _
6
7 g :: Int -> Int
8 g x = 2 + 2@_
9