summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/UnboxedTuples/Common.hs-incl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/should_run/UnboxedTuples/Common.hs-incl')
-rw-r--r--testsuite/tests/ghci/should_run/UnboxedTuples/Common.hs-incl16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/tests/ghci/should_run/UnboxedTuples/Common.hs-incl b/testsuite/tests/ghci/should_run/UnboxedTuples/Common.hs-incl
index 46cefa025e..b6cf760ed7 100644
--- a/testsuite/tests/ghci/should_run/UnboxedTuples/Common.hs-incl
+++ b/testsuite/tests/ghci/should_run/UnboxedTuples/Common.hs-incl
@@ -131,10 +131,10 @@ type T4c = Float -> Double -> Word64 -> Integer
-> Float -> Double -> Word64 -> Integer
-> Float -> Double -> Word64 -> Integer
-> Float -> Double -> Word64 -> Integer
- -> (# Float#, Double#, WW#, Integer
- , Float#, Double#, WW#, Integer
- , Float#, Double#, WW#, Integer
- , Float#, Double#, WW#, Integer
+ -> (# Float#, Double#, Word64#, Integer
+ , Float#, Double#, Word64#, Integer
+ , Float#, Double#, Word64#, Integer
+ , Float#, Double#, Word64#, Integer
#)
tuple4c :: T4c
tuple4c (F# f1) (D# d1) (W64# w1) i1
@@ -179,10 +179,10 @@ type T5 = Int -> Word64 -> Int -> Word64
-> Int -> Word64 -> Int -> Word64
-> Int -> Word64 -> Int -> Word64
-> Int -> Word64 -> Int -> Word64
- -> (# Int, WW#, Int, WW#
- , Int, WW#, Int, WW#
- , Int, WW#, Int, WW#
- , Int, WW#, Int, WW#
+ -> (# Int, Word64#, Int, Word64#
+ , Int, Word64#, Int, Word64#
+ , Int, Word64#, Int, Word64#
+ , Int, Word64#, Int, Word64#
#)
tuple5 :: T5