e1291a62a7cecef4d51e185058a1140fcf16ba9d
[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