summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci030.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci030.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/ghci030.stdout8
1 files changed, 6 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci030.stdout b/testsuite/tests/ghci/scripts/ghci030.stdout
index 49ce606456..1195afc37d 100644
--- a/testsuite/tests/ghci/scripts/ghci030.stdout
+++ b/testsuite/tests/ghci/scripts/ghci030.stdout
@@ -1,2 +1,6 @@
-data D = forall a. C (Int -> a) Char -- Defined at ghci030.hs:8:1
-data D = forall a. C (Int -> a) Char -- Defined at ghci030.hs:8:10
+type D :: *
+data D = forall a. C (Int -> a) Char
+ -- Defined at ghci030.hs:8:1
+type D :: *
+data D = forall a. C (Int -> a) Char
+ -- Defined at ghci030.hs:8:10