summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T8674.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T8674.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/T8674.stdout4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/T8674.stdout b/testsuite/tests/ghci/scripts/T8674.stdout
index d938f95692..7d7beeb1cd 100644
--- a/testsuite/tests/ghci/scripts/T8674.stdout
+++ b/testsuite/tests/ghci/scripts/T8674.stdout
@@ -1,4 +1,6 @@
-data family Sing (a :: k) -- Defined at T8674.hs:4:1
+type Sing :: forall k. k -> *
+data family Sing a
+ -- Defined at T8674.hs:4:1
data instance Sing Bool = SBool -- Defined at T8674.hs:6:15
data instance forall k (a :: [k]). Sing a = SNil
-- Defined at T8674.hs:5:15