summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/T11825.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/should_run/T11825.stdout')
-rw-r--r--testsuite/tests/ghci/should_run/T11825.stdout1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/should_run/T11825.stdout b/testsuite/tests/ghci/should_run/T11825.stdout
index 9ab7b1be0c..6ff7d89cfb 100644
--- a/testsuite/tests/ghci/should_run/T11825.stdout
+++ b/testsuite/tests/ghci/should_run/T11825.stdout
@@ -1,3 +1,4 @@
+type X :: ★ → ★ → Constraint
class X a b | a → b where
to ∷ a → b
{-# MINIMAL to #-}