summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/TypedSplice.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/partial-sigs/should_compile/TypedSplice.stderr')
-rw-r--r--testsuite/tests/partial-sigs/should_compile/TypedSplice.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/partial-sigs/should_compile/TypedSplice.stderr b/testsuite/tests/partial-sigs/should_compile/TypedSplice.stderr
index 49ecb6c911..2ae23b0d3d 100644
--- a/testsuite/tests/partial-sigs/should_compile/TypedSplice.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/TypedSplice.stderr
@@ -5,7 +5,7 @@ TypedSplice.hs:9:22: warning: [-Wpartial-type-signatures (in -Wdefault)]
In an expression type signature: _ -> _b
In the Template Haskell quotation [|| not :: _ -> _b ||]
• Relevant bindings include
- metaExp :: Q (TExp (Bool -> Bool)) (bound at TypedSplice.hs:9:1)
+ metaExp :: Code Q (Bool -> Bool) (bound at TypedSplice.hs:9:1)
TypedSplice.hs:9:27: warning: [-Wpartial-type-signatures (in -Wdefault)]
• Found type wildcard ‘_b’ standing for ‘Bool’
@@ -13,4 +13,4 @@ TypedSplice.hs:9:27: warning: [-Wpartial-type-signatures (in -Wdefault)]
In the Template Haskell quotation [|| not :: _ -> _b ||]
In the expression: [|| not :: _ -> _b ||]
• Relevant bindings include
- metaExp :: Q (TExp (Bool -> Bool)) (bound at TypedSplice.hs:9:1)
+ metaExp :: Code Q (Bool -> Bool) (bound at TypedSplice.hs:9:1)