[project @ 2000-05-16 14:03:14 by rrt]
[ghc-hetmet.git] / ghc / tests / reader / should_fail / read009.stdout
1
2 ==================== Parser ====================
3 module ShouldFail where
4 h x = x
5 foo = do let foo = True
6
7