summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/T16728a.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/partial-sigs/should_compile/T16728a.stderr')
-rw-r--r--testsuite/tests/partial-sigs/should_compile/T16728a.stderr6
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/tests/partial-sigs/should_compile/T16728a.stderr b/testsuite/tests/partial-sigs/should_compile/T16728a.stderr
index a78fb1f2a6..20e8d933b6 100644
--- a/testsuite/tests/partial-sigs/should_compile/T16728a.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/T16728a.stderr
@@ -6,8 +6,7 @@ T16728a.hs:4:22: warning: [GHC-88464] [-Wpartial-type-signatures (in -Wdefault)]
g :: a -> w
h :: a -> w
at T16728a.hs:(5,1)-(7,9)
- • In the type ‘a -> _’
- In the type signature: g :: forall a. a -> _
+ • In the type signature: g :: forall a. a -> _
T16728a.hs:4:22: warning: [GHC-88464] [-Wpartial-type-signatures (in -Wdefault)]
• Found type wildcard ‘_’ standing for ‘w’
@@ -16,5 +15,4 @@ T16728a.hs:4:22: warning: [GHC-88464] [-Wpartial-type-signatures (in -Wdefault)]
g :: a -> w
h :: a -> w
at T16728a.hs:(5,1)-(7,9)
- • In the type ‘a -> _’
- In the type signature: h :: forall a. a -> _
+ • In the type signature: h :: forall a. a -> _