aboutsummaryrefslogtreecommitdiff
path: root/hoogle-test/ref/Bug873/test.txt
diff options
context:
space:
mode:
Diffstat (limited to 'hoogle-test/ref/Bug873/test.txt')
-rw-r--r--hoogle-test/ref/Bug873/test.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/hoogle-test/ref/Bug873/test.txt b/hoogle-test/ref/Bug873/test.txt
index 3c0e1870..68873317 100644
--- a/hoogle-test/ref/Bug873/test.txt
+++ b/hoogle-test/ref/Bug873/test.txt
@@ -21,7 +21,7 @@ module Bug873
-- Note that <tt>(<a>$</a>)</tt> is levity-polymorphic in its result
-- type, so that <tt>foo <a>$</a> True</tt> where <tt>foo :: Bool -&gt;
-- Int#</tt> is well-typed.
-($) :: () => (a -> b) -> a -> b
+($) :: forall (r :: RuntimeRep) a (b :: TYPE r). (a -> b) -> a -> b
infixr 0 $
($$) :: (a -> b) -> a -> b
infixr 0 $$