diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break006.stderr')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/break006.stderr | 56 |
1 files changed, 26 insertions, 30 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break006.stderr b/testsuite/tests/ghci.debugger/scripts/break006.stderr index f1567ed7ff..16ba5ec004 100644 --- a/testsuite/tests/ghci.debugger/scripts/break006.stderr +++ b/testsuite/tests/ghci.debugger/scripts/break006.stderr @@ -1,34 +1,30 @@ <interactive>:5:1: error: - No instance for (Show t) arising from a use of ‘print’ - Cannot resolve unknown runtime type ‘t’ - Use :print or :force to determine these types - Relevant bindings include it :: t (bound at <interactive>:5:1) - These potential instances exist: - instance (Show a, Show b) => Show (Either a b) - -- Defined in ‘Data.Either’ - instance Show All -- Defined in ‘Data.Monoid’ - instance forall k (f :: k -> *) (a :: k). - Show (f a) => - Show (Alt f a) - -- Defined in ‘Data.Monoid’ - ...plus 36 others - (use -fprint-potential-instances to see them all) - In a stmt of an interactive GHCi command: print it + • No instance for (Show t) arising from a use of ‘print’ + Cannot resolve unknown runtime type ‘t’ + Use :print or :force to determine these types + Relevant bindings include it :: t (bound at <interactive>:5:1) + These potential instances exist: + instance (Show a, Show b) => 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 13 instance involving out-of-scope typess + (use -fprint-potential-instances to see them all) + • In a stmt of an interactive GHCi command: print it <interactive>:7:1: error: - No instance for (Show t) arising from a use of ‘print’ - Cannot resolve unknown runtime type ‘t’ - Use :print or :force to determine these types - Relevant bindings include it :: t (bound at <interactive>:7:1) - These potential instances exist: - instance (Show a, Show b) => Show (Either a b) - -- Defined in ‘Data.Either’ - instance Show All -- Defined in ‘Data.Monoid’ - instance forall k (f :: k -> *) (a :: k). - Show (f a) => - Show (Alt f a) - -- Defined in ‘Data.Monoid’ - ...plus 36 others - (use -fprint-potential-instances to see them all) - In a stmt of an interactive GHCi command: print it + • No instance for (Show t) arising from a use of ‘print’ + Cannot resolve unknown runtime type ‘t’ + Use :print or :force to determine these types + Relevant bindings include it :: t (bound at <interactive>:7:1) + These potential instances exist: + instance (Show a, Show b) => 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 13 instance involving out-of-scope typess + (use -fprint-potential-instances to see them all) + • In a stmt of an interactive GHCi command: print it |