diff options
Diffstat (limited to 'testsuite/tests/partial-sigs/should_compile/T10519.stderr')
-rw-r--r-- | testsuite/tests/partial-sigs/should_compile/T10519.stderr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/partial-sigs/should_compile/T10519.stderr b/testsuite/tests/partial-sigs/should_compile/T10519.stderr new file mode 100644 index 0000000000..254292f6b2 --- /dev/null +++ b/testsuite/tests/partial-sigs/should_compile/T10519.stderr @@ -0,0 +1,4 @@ + +T10519.hs:5:18: warning: + Found hole ‘_’ with inferred constraints: Eq a + In the type signature for ‘foo’: _ => a -> a -> Bool |