diff options
| author | Ben Gamari <ben@smart-cactus.org> | 2016-02-08 17:56:17 +0100 | 
|---|---|---|
| committer | Ben Gamari <ben@smart-cactus.org> | 2016-02-08 17:56:17 +0100 | 
| commit | f84ddf06c9daf86a2e15bf44cf877ce2324967cf (patch) | |
| tree | 6dc24b56fdf8d99d0d798c25621ae4f205af57a3 /html-test/ref/ImplicitParams.html | |
| parent | 228a0d72baa04be161b0fc918266f2edb0c6519b (diff) | |
| parent | 8410dd341a1730f708af3f0d96d13f2b5f7b9df5 (diff) | |
Merge branch 'anchors-redux'
Diffstat (limited to 'html-test/ref/ImplicitParams.html')
| -rw-r--r-- | html-test/ref/ImplicitParams.html | 22 | 
1 files changed, 15 insertions, 7 deletions
| diff --git a/html-test/ref/ImplicitParams.html b/html-test/ref/ImplicitParams.html index 68656338..95128b9d 100644 --- a/html-test/ref/ImplicitParams.html +++ b/html-test/ref/ImplicitParams.html @@ -49,8 +49,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_ImplicitParams.ht  	><p class="src"  	  ><span class="keyword"  	    >data</span -	    > <a href="#" id="t:X" class="def" +	    > <a id="t:X" class="def"  	    >X</a +	    > <a href="#" class="selflink" +	    >#</a  	    ></p  	  ><div class="subs constructors"  	  ><p class="caption" @@ -58,7 +60,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_ImplicitParams.ht  	    ><table  	    ><tr  	      ><td class="src" -		><a href="#" id="v:X" class="def" +		><a id="v:X" class="def"  		  >X</a  		  ></td  		><td class="doc empty" @@ -69,17 +71,19 @@ window.onload = function () {pageLoad();setSynopsis("mini_ImplicitParams.ht  	  ></div  	><div class="top"  	><p class="src" -	  ><a href="#" id="v:c" class="def" +	  ><a id="v:c" class="def"  	    >c</a  	    > :: (?x :: <a href="#"  	    >X</a  	    >) => <a href="#"  	    >X</a +	    > <a href="#" class="selflink" +	    >#</a  	    ></p  	  ></div  	><div class="top"  	><p class="src" -	  ><a href="#" id="v:d" class="def" +	  ><a id="v:d" class="def"  	    >d</a  	    > :: (?x :: <a href="#"  	    >X</a @@ -89,15 +93,19 @@ window.onload = function () {pageLoad();setSynopsis("mini_ImplicitParams.ht  	    >X</a  	    >, <a href="#"  	    >X</a -	    >)</p +	    >) <a href="#" class="selflink" +	    >#</a +	    ></p  	  ></div  	><div class="top"  	><p class="src" -	  ><a href="#" id="v:f" class="def" +	  ><a id="v:f" class="def"  	    >f</a  	    > :: ((?x :: <a href="#"  	    >X</a -	    >) => a) -> a</p +	    >) => a) -> a <a href="#" class="selflink" +	    >#</a +	    ></p  	  ></div  	></div        ></div | 
