summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break006.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break006.stderr')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/break006.stderr14
1 files changed, 6 insertions, 8 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break006.stderr b/testsuite/tests/ghci.debugger/scripts/break006.stderr
index 7929e36cc2..f19a5b3896 100644
--- a/testsuite/tests/ghci.debugger/scripts/break006.stderr
+++ b/testsuite/tests/ghci.debugger/scripts/break006.stderr
@@ -5,12 +5,11 @@
Use :print or :force to determine these types
Relevant bindings include it :: a (bound at <interactive>:4:1)
These potential instances exist:
- instance (Show b, Show a) => Show (Either a b)
- -- Defined in ‘Data.Either’
instance Show Ordering -- Defined in ‘GHC.Show’
instance Show Integer -- Defined in ‘GHC.Show’
- ...plus 23 others
- ...plus 42 instances involving out-of-scope types
+ instance Show a => Show (Maybe a) -- Defined in ‘GHC.Show’
+ ...plus 22 others
+ ...plus 11 instances involving out-of-scope types
(use -fprint-potential-instances to see them all)
• In a stmt of an interactive GHCi command: print it
@@ -20,11 +19,10 @@
Use :print or :force to determine these types
Relevant bindings include it :: a (bound at <interactive>:6:1)
These potential instances exist:
- instance (Show b, Show a) => Show (Either a b)
- -- Defined in ‘Data.Either’
instance Show Ordering -- Defined in ‘GHC.Show’
instance Show Integer -- Defined in ‘GHC.Show’
- ...plus 23 others
- ...plus 42 instances involving out-of-scope types
+ instance Show a => Show (Maybe a) -- Defined in ‘GHC.Show’
+ ...plus 22 others
+ ...plus 11 instances involving out-of-scope types
(use -fprint-potential-instances to see them all)
• In a stmt of an interactive GHCi command: print it