diff options
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/T11122.stderr')
-rw-r--r-- | testsuite/tests/partial-sigs/should_fail/T11122.stderr | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/T11122.stderr b/testsuite/tests/partial-sigs/should_fail/T11122.stderr index 1a173ec11a..6fbe3ecdce 100644 --- a/testsuite/tests/partial-sigs/should_fail/T11122.stderr +++ b/testsuite/tests/partial-sigs/should_fail/T11122.stderr @@ -2,5 +2,4 @@ T11122.hs:19:18: warning: [GHC-88464] [-Wpartial-type-signatures (in -Wdefault)] • Found type wildcard ‘_’ standing for ‘Int’ • In the first argument of ‘Parser’, namely ‘_’ - In the type ‘Parser _’ In the type signature: parser :: Parser _ |