summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/T18008.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/partial-sigs/should_compile/T18008.stderr')
-rw-r--r--testsuite/tests/partial-sigs/should_compile/T18008.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/partial-sigs/should_compile/T18008.stderr b/testsuite/tests/partial-sigs/should_compile/T18008.stderr
new file mode 100644
index 0000000000..4b59da8b03
--- /dev/null
+++ b/testsuite/tests/partial-sigs/should_compile/T18008.stderr
@@ -0,0 +1,5 @@
+
+T18008.hs:5:43: warning: [-Wpartial-type-signatures (in -Wdefault)]
+ • Found type wildcard ‘_’ standing for ‘String’
+ • In the type ‘(forall a. Show a => a -> String) -> _’
+ In the type signature: f :: (forall a. Show a => a -> String) -> _