summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/holes.stderr
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-02-13 17:49:02 -0500
committerBen Gamari <ben@smart-cactus.org>2018-02-13 17:49:43 -0500
commit0c9777b787d072f9f57e0cdfe44e2e2d48217077 (patch)
tree5bc28e8ef9918d96aaad1dd9c1c35b01d2de3f9e /testsuite/tests/typecheck/should_compile/holes.stderr
parent5957405808fe89e9b108dc0bc3cf4b56aec37775 (diff)
downloadhaskell-0c9777b787d072f9f57e0cdfe44e2e2d48217077.tar.gz
Fix tests broken by c9a88db3ac4f1c3e97e3492ebe076f2df6463540
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/holes.stderr')
-rw-r--r--testsuite/tests/typecheck/should_compile/holes.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_compile/holes.stderr b/testsuite/tests/typecheck/should_compile/holes.stderr
index 8421e9a46f..a4b32cdd0a 100644
--- a/testsuite/tests/typecheck/should_compile/holes.stderr
+++ b/testsuite/tests/typecheck/should_compile/holes.stderr
@@ -371,9 +371,6 @@ holes.hs:11:15: warning: [-Wtyped-holes (in -Wdefault)]
(.) :: forall b c a. (b -> c) -> (a -> b) -> a -> c
(imported from ‘Prelude’ at holes.hs:1:8-12
(and originally defined in ‘GHC.Base’))
- ($!) :: forall a b. (a -> b) -> a -> b
- (imported from ‘Prelude’ at holes.hs:1:8-12
- (and originally defined in ‘GHC.Base’))
uncurry :: forall a b c. (a -> b -> c) -> (a, b) -> c
(imported from ‘Prelude’ at holes.hs:1:8-12
(and originally defined in ‘Data.Tuple’))
@@ -463,6 +460,9 @@ holes.hs:11:15: warning: [-Wtyped-holes (in -Wdefault)]
($) :: forall a (b :: TYPE r). (a -> b) -> a -> b
(imported from ‘Prelude’ at holes.hs:1:8-12
(and originally defined in ‘GHC.Base’))
+ ($!) :: forall a (b :: TYPE r). (a -> b) -> a -> b
+ (imported from ‘Prelude’ at holes.hs:1:8-12
+ (and originally defined in ‘GHC.Base’))
id :: forall a. a -> a
(imported from ‘Prelude’ at holes.hs:1:8-12
(and originally defined in ‘GHC.Base’))