summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci059.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci059.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/ghci059.stdout3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci059.stdout b/testsuite/tests/ghci/scripts/ghci059.stdout
index 2fc93e6de5..e5cdb3d313 100644
--- a/testsuite/tests/ghci/scripts/ghci059.stdout
+++ b/testsuite/tests/ghci/scripts/ghci059.stdout
@@ -5,6 +5,7 @@ Please see section `The Coercible constraint`
of the user's guide for details.
-}
type role Coercible representational representational
-class Coercible a b => Coercible (a :: k) (b :: k)
+type Coercible :: forall k. k -> k -> Constraint
+class Coercible a b => Coercible a b
-- Defined in ‘GHC.Types’
coerce :: Coercible a b => a -> b -- Defined in ‘GHC.Prim’