summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T7873.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T7873.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/T7873.stdout4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/T7873.stdout b/testsuite/tests/ghci/scripts/T7873.stdout
index b7415d6222..3f15c0d333 100644
--- a/testsuite/tests/ghci/scripts/T7873.stdout
+++ b/testsuite/tests/ghci/scripts/T7873.stdout
@@ -1,4 +1,6 @@
-data D2 = MkD2 (forall (p :: Any -> *) (a :: Any). p a -> Int)
+data D2
+ = MkD2 (forall (p :: GHC.Prim.Any -> *) (a :: GHC.Prim.Any).
+ p a -> Int)
-- Defined at <interactive>:3:1
data D3 = MkD3 (forall k (p :: k -> *) (a :: k). p a -> Int)
-- Defined at <interactive>:4:1