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, 2 insertions, 6 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci030.stdout b/testsuite/tests/ghci/scripts/ghci030.stdout
index 9344bc39bd..49ce606456 100644
--- a/testsuite/tests/ghci/scripts/ghci030.stdout
+++ b/testsuite/tests/ghci/scripts/ghci030.stdout
@@ -1,6 +1,2 @@
-data D where
- C :: (Int -> a) -> Char -> D
- -- Defined at ghci030.hs:8:1
-data D where
- C :: (Int -> a) -> Char -> D
- -- Defined at ghci030.hs:8:10
+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