diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/print019.stderr')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/print019.stderr | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/print019.stderr b/testsuite/tests/ghci.debugger/scripts/print019.stderr index 15c9f839db..39bc29fae9 100644 --- a/testsuite/tests/ghci.debugger/scripts/print019.stderr +++ b/testsuite/tests/ghci.debugger/scripts/print019.stderr @@ -1,12 +1,13 @@ -<interactive>:10:1: +<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) - Note: there are several potential instances: + 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 + (use -fprint-potential-instances to see them all) In a stmt of an interactive GHCi command: print it |