[project @ 1999-01-23 18:05:12 by sof]
[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