Skip to content
Snippets Groups Projects
Commit 0c9777b7 authored by Ben Gamari's avatar Ben Gamari
Browse files

Fix tests broken by c9a88db3

parent 59574058
No related branches found
No related tags found
No related merge requests found
($!) :: (a -> b) -> a -> b -- Defined in ‘GHC.Base’
($!) ::
forall (r :: GHC.Types.RuntimeRep) a (b :: TYPE r).
(a -> b) -> a -> b
-- Defined in ‘GHC.Base’
infixr 0 $!
......@@ -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’))
......
......@@ -374,9 +374,6 @@ holes3.hs:11:15: error:
(.) :: forall b c a. (b -> c) -> (a -> b) -> a -> c
(imported from ‘Prelude’ at holes3.hs:1:8-13
(and originally defined in ‘GHC.Base’))
($!) :: forall a b. (a -> b) -> a -> b
(imported from ‘Prelude’ at holes3.hs:1:8-13
(and originally defined in ‘GHC.Base’))
uncurry :: forall a b c. (a -> b -> c) -> (a, b) -> c
(imported from ‘Prelude’ at holes3.hs:1:8-13
(and originally defined in ‘Data.Tuple’))
......@@ -466,6 +463,9 @@ holes3.hs:11:15: error:
($) :: forall a (b :: TYPE r). (a -> b) -> a -> b
(imported from ‘Prelude’ at holes3.hs:1:8-13
(and originally defined in ‘GHC.Base’))
($!) :: forall a (b :: TYPE r). (a -> b) -> a -> b
(imported from ‘Prelude’ at holes3.hs:1:8-13
(and originally defined in ‘GHC.Base’))
id :: forall a. a -> a
(imported from ‘Prelude’ at holes3.hs:1:8-13
(and originally defined in ‘GHC.Base’))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment