diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break006.stderr')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/break006.stderr | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break006.stderr b/testsuite/tests/ghci.debugger/scripts/break006.stderr index 9543d675e2..7e22617185 100644 --- a/testsuite/tests/ghci.debugger/scripts/break006.stderr +++ b/testsuite/tests/ghci.debugger/scripts/break006.stderr @@ -1,26 +1,26 @@ <interactive>:6:1: - No instance for (Show t1) arising from a use of `print' - Cannot resolve unknown runtime type `t1' + No instance for (Show t1) arising from a use of ‛print’ + Cannot resolve unknown runtime type ‛t1’ Use :print or :force to determine these types Relevant bindings include it :: t1 (bound at <interactive>:6:1) Note: there are several potential instances: - instance Show Double -- Defined in `GHC.Float' - instance Show Float -- Defined in `GHC.Float' + instance Show Double -- Defined in ‛GHC.Float’ + instance Show Float -- Defined in ‛GHC.Float’ instance (Integral a, Show a) => Show (GHC.Real.Ratio a) - -- Defined in `GHC.Real' + -- Defined in ‛GHC.Real’ ...plus 23 others In a stmt of an interactive GHCi command: print it <interactive>:8:1: - No instance for (Show t1) arising from a use of `print' - Cannot resolve unknown runtime type `t1' + No instance for (Show t1) arising from a use of ‛print’ + Cannot resolve unknown runtime type ‛t1’ Use :print or :force to determine these types Relevant bindings include it :: t1 (bound at <interactive>:8:1) Note: there are several potential instances: - instance Show Double -- Defined in `GHC.Float' - instance Show Float -- Defined in `GHC.Float' + instance Show Double -- Defined in ‛GHC.Float’ + instance Show Float -- Defined in ‛GHC.Float’ instance (Integral a, Show a) => Show (GHC.Real.Ratio a) - -- Defined in `GHC.Real' + -- Defined in ‛GHC.Real’ ...plus 23 others In a stmt of an interactive GHCi command: print it |