diff options
author | idontgetoutmuch <dominic@steinitz.org> | 2015-12-20 21:01:47 +0000 |
---|---|---|
committer | idontgetoutmuch <dominic@steinitz.org> | 2015-12-20 21:01:47 +0000 |
commit | 2bdfda1fb2e0de696ca8c6f7a152b2f85a541be9 (patch) | |
tree | cc29895f7d69f051cfec172bb0f8c2ef03552789 /html-test/ref/SpuriousSuperclassConstraints.html | |
parent | 5a57a24c44e06e964c4ea2276c842c722c4e93d9 (diff) | |
parent | fa03f80d76f1511a811a0209ea7a6a8b6c58704f (diff) |
Merge pull request #1 from haskell/ghc-head
Ghc head
Diffstat (limited to 'html-test/ref/SpuriousSuperclassConstraints.html')
-rw-r--r-- | html-test/ref/SpuriousSuperclassConstraints.html | 114 |
1 files changed, 97 insertions, 17 deletions
diff --git a/html-test/ref/SpuriousSuperclassConstraints.html b/html-test/ref/SpuriousSuperclassConstraints.html index 2394de94..1cae5ba1 100644 --- a/html-test/ref/SpuriousSuperclassConstraints.html +++ b/html-test/ref/SpuriousSuperclassConstraints.html @@ -35,7 +35,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_SpuriousSuperclassCons ><th >Safe Haskell</th ><td - >Safe-Inferred</td + >Safe</td ></tr ></table ><p class="caption" @@ -74,7 +74,7 @@ Fix spurious superclass constraints bug.</pre ><p class="src" ><span class="keyword" >data</span - > <a name="t:SomeType" class="def" + > <a href="" id="t:SomeType" class="def" >SomeType</a > f a</p ><div class="subs instances" @@ -83,27 +83,107 @@ Fix spurious superclass constraints bug.</pre ><div id="section.i:SomeType" class="show" ><table ><tr - ><td class="src" - ><a href="" - >Functor</a - > (<a href="" - >SomeType</a - > f)</td + ><td class="src clearfix" + ><span class="inst-left" + ><span id="control.i:id:SomeType:Functor:1" class="instance expander" onclick="toggleSection('i:id:SomeType:Functor:1')" + ></span + > <a href="" + >Functor</a + > (<a href="" + >SomeType</a + > f)</span + ></td ><td class="doc empty" > </td ></tr ><tr - ><td class="src" - ><a href="" - >Applicative</a - > f => <a href="" - >Applicative</a - > (<a href="" - >SomeType</a - > f)</td + ><td colspan="2" + ><div id="section.i:id:SomeType:Functor:1" class="inst-details hide" + ><div class="subs methods" + ><p class="caption" + >Methods</p + ><p class="src" + ><a href="" + >fmap</a + > :: (a -> b) -> <a href="" + >SomeType</a + > f a -> <a href="" + >SomeType</a + > f b</p + ><p class="src" + ><a href="" + >(<$)</a + > :: a -> <a href="" + >SomeType</a + > f b -> <a href="" + >SomeType</a + > f a</p + ></div + ></div + ></td + ></tr + ><tr + ><td class="src clearfix" + ><span class="inst-left" + ><span id="control.i:id:SomeType:Applicative:2" class="instance expander" onclick="toggleSection('i:id:SomeType:Applicative:2')" + ></span + > <a href="" + >Applicative</a + > f => <a href="" + >Applicative</a + > (<a href="" + >SomeType</a + > f)</span + ></td ><td class="doc empty" > </td ></tr + ><tr + ><td colspan="2" + ><div id="section.i:id:SomeType:Applicative:2" class="inst-details hide" + ><div class="subs methods" + ><p class="caption" + >Methods</p + ><p class="src" + ><a href="" + >pure</a + > :: a -> <a href="" + >SomeType</a + > f a</p + ><p class="src" + ><a href="" + >(<*>)</a + > :: <a href="" + >SomeType</a + > f (a -> b) -> <a href="" + >SomeType</a + > f a -> <a href="" + >SomeType</a + > f b</p + ><p class="src" + ><a href="" + >(*>)</a + > :: <a href="" + >SomeType</a + > f a -> <a href="" + >SomeType</a + > f b -> <a href="" + >SomeType</a + > f b</p + ><p class="src" + ><a href="" + >(<*)</a + > :: <a href="" + >SomeType</a + > f a -> <a href="" + >SomeType</a + > f b -> <a href="" + >SomeType</a + > f a</p + ></div + ></div + ></td + ></tr ></table ></div ></div @@ -114,7 +194,7 @@ Fix spurious superclass constraints bug.</pre ><p >Produced by <a href="" >Haddock</a - > version 2.15.0</p + > version 2.16.2</p ></div ></body ></html |