aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/SpuriousSuperclassConstraints.html
diff options
context:
space:
mode:
authorAlexander Biehl <alexbiehl@gmail.com>2018-03-02 15:43:21 +0100
committerGitHub <noreply@github.com>2018-03-02 15:43:21 +0100
commit69b98a99ce4de93ea0e6082bd11edb3baaf2fa6e (patch)
treef89de12c87454c6d0202d1232ea29ff57f4de1ae /html-test/ref/SpuriousSuperclassConstraints.html
parent4abf7d4979b5364da59f7412a3d7143aea26cf7e (diff)
Make testsuite work with haddock-1.19.0 release (#766)
Diffstat (limited to 'html-test/ref/SpuriousSuperclassConstraints.html')
-rw-r--r--html-test/ref/SpuriousSuperclassConstraints.html48
1 files changed, 24 insertions, 24 deletions
diff --git a/html-test/ref/SpuriousSuperclassConstraints.html b/html-test/ref/SpuriousSuperclassConstraints.html
index 53421ff5..3b865db3 100644
--- a/html-test/ref/SpuriousSuperclassConstraints.html
+++ b/html-test/ref/SpuriousSuperclassConstraints.html
@@ -73,9 +73,9 @@ Fix spurious superclass constraints bug.</pre
>data</span
> <a id="t:SomeType" class="def"
>SomeType</a
- > (f :: <a href="#"
+ > (f :: <a href="#" title="Data.Kind"
>*</a
- > -&gt; <a href="#"
+ > -&gt; <a href="#" title="Data.Kind"
>*</a
>) a <a href="#" class="selflink"
>#</a
@@ -90,9 +90,9 @@ Fix spurious superclass constraints bug.</pre
><span class="inst-left"
><span class="instance details-toggle-control details-toggle" data-details-id="i:id:SomeType:Functor:1"
></span
- > <a href="#"
+ > <a href="#" title="Data.Functor"
>Functor</a
- > (<a href="#"
+ > (<a href="#" title="SpuriousSuperclassConstraints"
>SomeType</a
> f)</span
> <a href="#" class="selflink"
@@ -112,9 +112,9 @@ Fix spurious superclass constraints bug.</pre
><p class="src"
><a href="#"
>fmap</a
- > :: (a -&gt; b) -&gt; <a href="#"
+ > :: (a -&gt; b) -&gt; <a href="#" title="SpuriousSuperclassConstraints"
>SomeType</a
- > f a -&gt; <a href="#"
+ > f a -&gt; <a href="#" title="SpuriousSuperclassConstraints"
>SomeType</a
> f b <a href="#" class="selflink"
>#</a
@@ -122,9 +122,9 @@ Fix spurious superclass constraints bug.</pre
><p class="src"
><a href="#"
>(&lt;$)</a
- > :: a -&gt; <a href="#"
+ > :: a -&gt; <a href="#" title="SpuriousSuperclassConstraints"
>SomeType</a
- > f b -&gt; <a href="#"
+ > f b -&gt; <a href="#" title="SpuriousSuperclassConstraints"
>SomeType</a
> f a <a href="#" class="selflink"
>#</a
@@ -138,11 +138,11 @@ Fix spurious superclass constraints bug.</pre
><span class="inst-left"
><span class="instance details-toggle-control details-toggle" data-details-id="i:id:SomeType:Applicative:2"
></span
- > <a href="#"
+ > <a href="#" title="Control.Applicative"
>Applicative</a
- > f =&gt; <a href="#"
+ > f =&gt; <a href="#" title="Control.Applicative"
>Applicative</a
- > (<a href="#"
+ > (<a href="#" title="SpuriousSuperclassConstraints"
>SomeType</a
> f)</span
> <a href="#" class="selflink"
@@ -162,7 +162,7 @@ Fix spurious superclass constraints bug.</pre
><p class="src"
><a href="#"
>pure</a
- > :: a -&gt; <a href="#"
+ > :: a -&gt; <a href="#" title="SpuriousSuperclassConstraints"
>SomeType</a
> f a <a href="#" class="selflink"
>#</a
@@ -170,11 +170,11 @@ Fix spurious superclass constraints bug.</pre
><p class="src"
><a href="#"
>(&lt;*&gt;)</a
- > :: <a href="#"
+ > :: <a href="#" title="SpuriousSuperclassConstraints"
>SomeType</a
- > f (a -&gt; b) -&gt; <a href="#"
+ > f (a -&gt; b) -&gt; <a href="#" title="SpuriousSuperclassConstraints"
>SomeType</a
- > f a -&gt; <a href="#"
+ > f a -&gt; <a href="#" title="SpuriousSuperclassConstraints"
>SomeType</a
> f b <a href="#" class="selflink"
>#</a
@@ -182,11 +182,11 @@ Fix spurious superclass constraints bug.</pre
><p class="src"
><a href="#"
>liftA2</a
- > :: (a -&gt; b -&gt; c) -&gt; <a href="#"
+ > :: (a -&gt; b -&gt; c) -&gt; <a href="#" title="SpuriousSuperclassConstraints"
>SomeType</a
- > f a -&gt; <a href="#"
+ > f a -&gt; <a href="#" title="SpuriousSuperclassConstraints"
>SomeType</a
- > f b -&gt; <a href="#"
+ > f b -&gt; <a href="#" title="SpuriousSuperclassConstraints"
>SomeType</a
> f c <a href="#" class="selflink"
>#</a
@@ -194,11 +194,11 @@ Fix spurious superclass constraints bug.</pre
><p class="src"
><a href="#"
>(*&gt;)</a
- > :: <a href="#"
+ > :: <a href="#" title="SpuriousSuperclassConstraints"
>SomeType</a
- > f a -&gt; <a href="#"
+ > f a -&gt; <a href="#" title="SpuriousSuperclassConstraints"
>SomeType</a
- > f b -&gt; <a href="#"
+ > f b -&gt; <a href="#" title="SpuriousSuperclassConstraints"
>SomeType</a
> f b <a href="#" class="selflink"
>#</a
@@ -206,11 +206,11 @@ Fix spurious superclass constraints bug.</pre
><p class="src"
><a href="#"
>(&lt;*)</a
- > :: <a href="#"
+ > :: <a href="#" title="SpuriousSuperclassConstraints"
>SomeType</a
- > f a -&gt; <a href="#"
+ > f a -&gt; <a href="#" title="SpuriousSuperclassConstraints"
>SomeType</a
- > f b -&gt; <a href="#"
+ > f b -&gt; <a href="#" title="SpuriousSuperclassConstraints"
>SomeType</a
> f a <a href="#" class="selflink"
>#</a