summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/PackedDataCon/PackedDataCon.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/should_run/PackedDataCon/PackedDataCon.stdout')
-rw-r--r--testsuite/tests/ghci/should_run/PackedDataCon/PackedDataCon.stdout28
1 files changed, 28 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/should_run/PackedDataCon/PackedDataCon.stdout b/testsuite/tests/ghci/should_run/PackedDataCon/PackedDataCon.stdout
new file mode 100644
index 0000000000..533ef77cd2
--- /dev/null
+++ b/testsuite/tests/ghci/should_run/PackedDataCon/PackedDataCon.stdout
@@ -0,0 +1,28 @@
+D1w8 True "33"
+D1i8 True "33"
+D1w16 True "3333"
+D1i16 True "3333"
+D1w32 True "33333333"
+D1i32 True "33333333"
+D2a True "(44,55)"
+D2b True "(44,55)"
+D2c True "(44,5555,66)"
+D2d True "(5555,66,7777)"
+D2e True "(7777,66,55.55,44.44,33)"
+D2l 0 True "(44,55)"
+D2l 1 True "(44,55)"
+D2l 2 True "(44,5555,66)"
+D2l 3 True "(5555,66,7777)"
+D2l 4 True "(7777,66,55.55,44.44,33)"
+f1 True "(123,456.789,8765,123.456,12345678,33)"
+f1a True "(123,456.789,8765,123.456,12345678,77)"
+f1b True "(123,456.789,8765,123.456,12345678,77)"
+f1c True "(123,456.789,8765,123.456,12345678,77)"
+f1d True "(123,456.789,8765,123.456,12345678,77)"
+unboxed1 0 True 11
+unboxed1 1 True 13
+unboxed2 0 True 1111
+unboxed2 1 True 1333
+unboxed3 0 True 55.55
+unboxed3 1 True 77.77
+tuple1 True (66,7777,99.99,3) \ No newline at end of file