summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T7627.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T7627.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/T7627.stdout10
1 files changed, 8 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/T7627.stdout b/testsuite/tests/ghci/scripts/T7627.stdout
index 81a360facb..4b16acc1a2 100644
--- a/testsuite/tests/ghci/scripts/T7627.stdout
+++ b/testsuite/tests/ghci/scripts/T7627.stdout
@@ -28,6 +28,12 @@ instance (Monoid a, Monoid b) => Monoid (a, b)
data (#,#) (c :: TYPE a) (d :: TYPE b) = (#,#) c d
-- Defined in ‘GHC.Prim’
(,) :: a -> b -> (a, b)
-(#,#) :: c -> d -> (# c, d #)
+(#,#)
+ :: forall (a :: GHC.Types.Levity) (b :: GHC.Types.Levity) (c :: TYPE
+ a) (d :: TYPE b).
+ c -> d -> (# c, d #)
( , ) :: a -> b -> (a, b)
-(# , #) :: c -> d -> (# c, d #)
+(# , #)
+ :: forall (a :: GHC.Types.Levity) (b :: GHC.Types.Levity) (c :: TYPE
+ a) (d :: TYPE b).
+ c -> d -> (# c, d #)