diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/T2182ghci.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/T2182ghci.stderr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/ghci/scripts/T2182ghci.stderr b/testsuite/tests/ghci/scripts/T2182ghci.stderr index 5f601942ca..5d28baef74 100644 --- a/testsuite/tests/ghci/scripts/T2182ghci.stderr +++ b/testsuite/tests/ghci/scripts/T2182ghci.stderr @@ -1,25 +1,25 @@ <interactive>:2:1: error: - • No instance for (Show (p0 -> p0)) arising from a use of ‘print’ + • No instance for ‘Show (p0 -> p0)’ arising from a use of ‘print’ (maybe you haven't applied a function to enough arguments?) • In a stmt of an interactive GHCi command: print it <interactive>:10:1: error: - • No instance for (Show (p0 -> p0)) arising from a use of ‘print’ + • No instance for ‘Show (p0 -> p0)’ arising from a use of ‘print’ (maybe you haven't applied a function to enough arguments?) • In a stmt of an interactive GHCi command: print it <interactive>:19:1: error: - • No instance for (Show (p0 -> p0)) arising from a use of ‘print’ + • No instance for ‘Show (p0 -> p0)’ arising from a use of ‘print’ (maybe you haven't applied a function to enough arguments?) • In a stmt of an interactive GHCi command: print it <interactive>:28:1: error: - • No instance for (Show (p0 -> p0)) arising from a use of ‘print’ + • No instance for ‘Show (p0 -> p0)’ arising from a use of ‘print’ (maybe you haven't applied a function to enough arguments?) • In a stmt of an interactive GHCi command: print it <interactive>:49:1: error: - • No instance for (Show (p0 -> p0)) arising from a use of ‘print’ + • No instance for ‘Show (p0 -> p0)’ arising from a use of ‘print’ (maybe you haven't applied a function to enough arguments?) • In a stmt of an interactive GHCi command: print it |