diff options
Diffstat (limited to 'html-test/ref/PatternSyns.html')
| -rw-r--r-- | html-test/ref/PatternSyns.html | 24 | 
1 files changed, 18 insertions, 6 deletions
| diff --git a/html-test/ref/PatternSyns.html b/html-test/ref/PatternSyns.html index fce20f96..19c1fecf 100644 --- a/html-test/ref/PatternSyns.html +++ b/html-test/ref/PatternSyns.html @@ -100,7 +100,9 @@  	      >data</span  	      > <a href="#"  	      >BlubType</a -	      > = Show x => <a href="#" +	      > = <a href="#" title="Text.Show" +	      >Show</a +	      > x => <a href="#"  	      >BlubCtor</a  	      > x</li  	    ><li class="src short" @@ -110,7 +112,9 @@  	      >Blub</a  	      > :: () => <span class="keyword"  	      >forall</span -	      > x. Show x => x -> <a href="#" title="PatternSyns" +	      > x. <a href="#" title="Text.Show" +	      >Show</a +	      > x => x -> <a href="#" title="PatternSyns"  	      >BlubType</a  	      ></li  	    ><li class="src short" @@ -136,7 +140,9 @@  	      >pattern</span  	      > <a href="#"  	      >PatWithExplicitSig</a -	      > :: Eq somex => somex -> <a href="#" title="PatternSyns" +	      > :: <a href="#" title="Data.Eq" +	      >Eq</a +	      > somex => somex -> <a href="#" title="PatternSyns"  	      >FooType</a  	      > somex</li  	    ></ul @@ -264,7 +270,9 @@  	    ><table  	    ><tr  	      ><td class="src" -		>Show x => <a id="v:BlubCtor" class="def" +		><a href="#" title="Text.Show" +		  >Show</a +		  > x => <a id="v:BlubCtor" class="def"  		  >BlubCtor</a  		  > x</td  		><td class="doc empty" @@ -281,7 +289,9 @@  	    >Blub</a  	    > :: () => <span class="keyword"  	    >forall</span -	    > x. Show x => x -> <a href="#" title="PatternSyns" +	    > x. <a href="#" title="Text.Show" +	    >Show</a +	    > x => x -> <a href="#" title="PatternSyns"  	    >BlubType</a  	    > <a href="#" class="selflink"  	    >#</a @@ -355,7 +365,9 @@  	    >pattern</span  	    > <a id="v:PatWithExplicitSig" class="def"  	    >PatWithExplicitSig</a -	    > :: Eq somex => somex -> <a href="#" title="PatternSyns" +	    > :: <a href="#" title="Data.Eq" +	    >Eq</a +	    > somex => somex -> <a href="#" title="PatternSyns"  	    >FooType</a  	    > somex <a href="#" class="selflink"  	    >#</a | 
