[project @ 1999-09-17 11:29:51 by sof]
authorsof <unknown>
Fri, 17 Sep 1999 11:29:51 +0000 (11:29 +0000)
committersof <unknown>
Fri, 17 Sep 1999 11:29:51 +0000 (11:29 +0000)
expected (std)output of show001

ghc/tests/lib/should_run/show001.stdout [new file with mode: 0644]

diff --git a/ghc/tests/lib/should_run/show001.stdout b/ghc/tests/lib/should_run/show001.stdout
new file mode 100644 (file)
index 0000000..3be0062
--- /dev/null
@@ -0,0 +1,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')