diff options
Diffstat (limited to 'testsuite/tests/quotes/TH_localname.stderr')
-rw-r--r-- | testsuite/tests/quotes/TH_localname.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/quotes/TH_localname.stderr b/testsuite/tests/quotes/TH_localname.stderr index db549a63e2..246781a336 100644 --- a/testsuite/tests/quotes/TH_localname.stderr +++ b/testsuite/tests/quotes/TH_localname.stderr @@ -7,7 +7,7 @@ TH_localname.hs:3:11: error: x :: t0 -> m0 Language.Haskell.TH.Syntax.Exp (bound at TH_localname.hs:3:1) Probable fix: use a type annotation to specify what ‘m0’ should be. - These potential instances exist: + Potentially matching instance: instance Language.Haskell.TH.Syntax.Quote IO -- Defined in ‘Language.Haskell.TH.Syntax’ ...plus one instance involving out-of-scope types |