From 126beaef07cdcbe8aeea248cc555e8a3057de82b Mon Sep 17 00:00:00 2001 From: sheaf Date: Mon, 31 May 2021 21:31:16 +0200 Subject: Update Haddock Bug873 to account for renaming --- hoogle-test/ref/Bug873/test.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hoogle-test') diff --git a/hoogle-test/ref/Bug873/test.txt b/hoogle-test/ref/Bug873/test.txt index 68873317..5e1117a4 100644 --- a/hoogle-test/ref/Bug873/test.txt +++ b/hoogle-test/ref/Bug873/test.txt @@ -18,9 +18,9 @@ module Bug873 -- It is also useful in higher-order situations, such as map -- ($ 0) xs, or zipWith ($) fs xs. -- --- Note that ($) is levity-polymorphic in its result --- type, so that foo $ True where foo :: Bool -> --- Int# is well-typed. +-- Note that ($) is representation-polymorphic in its +-- result type, so that foo $ True where foo :: Bool +-- -> Int# is well-typed. ($) :: forall (r :: RuntimeRep) a (b :: TYPE r). (a -> b) -> a -> b infixr 0 $ ($$) :: (a -> b) -> a -> b -- cgit v1.2.3