[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / reader / should_fail / read003.stdout
1
2 ==================== Parser ====================
3 module Read003 where
4 ~(a, b, c)
5     | nullity b = a
6     | nullity c = a
7     | otherwise = a
8     where
9         nullity = null
10
11