[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / lib / should_run / show001.stdout
1 Nothing
2 Just ()
3 Just (Just ())
4 Just Nothing
5 Left 'a'
6 Right 'b'
7 Right Nothing
8 Right (Just 'c')
9 Right (Right 'd')
10 Right (Left 'e')
11 Left 'f'
12 Left Nothing
13 Left (Just 'g')
14 Left (Right 'h')
15 Left (Right 'i')