summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print019.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/print019.stderr')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/print019.stderr12
1 files changed, 8 insertions, 4 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/print019.stderr b/testsuite/tests/ghci.debugger/scripts/print019.stderr
index 0c92dba4e4..139ce8d111 100644
--- a/testsuite/tests/ghci.debugger/scripts/print019.stderr
+++ b/testsuite/tests/ghci.debugger/scripts/print019.stderr
@@ -5,8 +5,12 @@
Use :print or :force to determine these types
Relevant bindings include it :: a1 (bound at <interactive>:11:1)
Note: there are several potential instances:
- instance Show TyCon -- Defined in ‘Data.Typeable.Internal’
- instance Show TypeRep -- Defined in ‘Data.Typeable.Internal’
- instance Show a => Show (Maybe a) -- Defined in ‘GHC.Show’
- ...plus 30 others
+ instance forall (k :: BOX) (s :: k). Show (Proxy s)
+ -- Defined in ‘Data.Proxy’
+ instance forall (k :: BOX) (a :: k) (b :: k).
+ Show (Data.Type.Coercion.Coercion a b)
+ -- Defined in ‘Data.Type.Coercion’
+ instance forall (k :: BOX) (a :: k) (b :: k). Show (a :~: b)
+ -- Defined in ‘Data.Type.Equality’
+ ...plus 47 others
In a stmt of an interactive GHCi command: print it