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.stderr23
1 files changed, 12 insertions, 11 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/print019.stderr b/testsuite/tests/ghci.debugger/scripts/print019.stderr
index 3c0edbde5a..fa53d94701 100644
--- a/testsuite/tests/ghci.debugger/scripts/print019.stderr
+++ b/testsuite/tests/ghci.debugger/scripts/print019.stderr
@@ -1,13 +1,14 @@
<interactive>:10:1: error:
- No instance for (Show a1) arising from a use of ‘print’
- Cannot resolve unknown runtime type ‘a1’
- Use :print or :force to determine these types
- Relevant bindings include it :: a1 (bound at <interactive>:10:1)
- These potential instances exist:
- instance Show TypeRep -- Defined in ‘Data.Typeable.Internal’
- instance Show Module -- Defined in ‘GHC.Show’
- instance Show Ordering -- Defined in ‘GHC.Show’
- ...plus 32 others
- (use -fprint-potential-instances to see them all)
- In a stmt of an interactive GHCi command: print it
+ • No instance for (Show a1) arising from a use of ‘print’
+ Cannot resolve unknown runtime type ‘a1’
+ Use :print or :force to determine these types
+ Relevant bindings include it :: a1 (bound at <interactive>:10:1)
+ These potential instances exist:
+ instance Show TypeRep -- Defined in ‘Data.Typeable.Internal’
+ instance Show Ordering -- Defined in ‘GHC.Show’
+ instance Show TyCon -- Defined in ‘GHC.Show’
+ ...plus 30 others
+ ...plus two instance involving out-of-scope typess
+ (use -fprint-potential-instances to see them all)
+ • In a stmt of an interactive GHCi command: print it