summaryrefslogtreecommitdiff
path: root/libraries/base/tests/show001.stdout
blob: 3be0062e87555c4757f843b900b09407eeb5e812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Nothing
Just ()
Just (Just ())
Just Nothing
Left 'a'
Right 'b'
Right Nothing
Right (Just 'c')
Right (Right 'd')
Right (Left 'e')
Left 'f'
Left Nothing
Left (Just 'g')
Left (Right 'h')
Left (Right 'i')