diff options
Diffstat (limited to 'html-test/ref/A.html')
| -rw-r--r-- | html-test/ref/A.html | 24 | 
1 files changed, 18 insertions, 6 deletions
| diff --git a/html-test/ref/A.html b/html-test/ref/A.html index c6965abc..e4802966 100644 --- a/html-test/ref/A.html +++ b/html-test/ref/A.html @@ -54,11 +54,15 @@  	    ><li class="src short"  	    ><a href="#"  	      >other</a -	      > :: Int</li +	      > :: <a href="#" title="Data.Int" +	      >Int</a +	      ></li  	    ><li class="src short"  	    ><a href="#"  	      >test2</a -	      > :: Bool</li +	      > :: <a href="#" title="Data.Bool" +	      >Bool</a +	      ></li  	    ><li class="src short"  	    ><span class="keyword"  	      >data</span @@ -70,7 +74,9 @@  	    ><li class="src short"  	    ><a href="#"  	      >reExport</a -	      > :: Int</li +	      > :: <a href="#" title="Data.Int" +	      >Int</a +	      ></li  	    ></ul  	  ></details  	></div @@ -105,7 +111,9 @@  	><p class="src"  	  ><a id="v:other" class="def"  	    >other</a -	    > :: Int <a href="#" class="selflink" +	    > :: <a href="#" title="Data.Int" +	    >Int</a +	    > <a href="#" class="selflink"  	    >#</a  	    ></p  	  ></div @@ -113,7 +121,9 @@  	><p class="src"  	  ><a id="v:test2" class="def"  	    >test2</a -	    > :: Bool <a href="#" class="selflink" +	    > :: <a href="#" title="Data.Bool" +	    >Bool</a +	    > <a href="#" class="selflink"  	    >#</a  	    ></p  	  ><div class="doc" @@ -155,7 +165,9 @@  	><p class="src"  	  ><a id="v:reExport" class="def"  	    >reExport</a -	    > :: Int <a href="#" class="selflink" +	    > :: <a href="#" title="Data.Int" +	    >Int</a +	    > <a href="#" class="selflink"  	    >#</a  	    ></p  	  ><div class="doc" | 
