diff options
| author | Simon Jakobi <simon.jakobi@gmail.com> | 2018-06-13 23:49:52 +0200 | 
|---|---|---|
| committer | Simon Jakobi <simon.jakobi@gmail.com> | 2018-06-13 23:49:52 +0200 | 
| commit | ce568c3afb00610d659d3c2bab022983d252f1cd (patch) | |
| tree | ba08952a584eb4d56a61b4275a344570e67c48cf /html-test/ref/Bug613.html | |
| parent | 39a35291045de99b2dabb9cddf5bb16d294c2f3b (diff) | |
html-test: Accept output
Diffstat (limited to 'html-test/ref/Bug613.html')
| -rw-r--r-- | html-test/ref/Bug613.html | 10 | 
1 files changed, 2 insertions, 8 deletions
diff --git a/html-test/ref/Bug613.html b/html-test/ref/Bug613.html index 71e30832..e8089fc8 100644 --- a/html-test/ref/Bug613.html +++ b/html-test/ref/Bug613.html @@ -104,9 +104,7 @@  		      ></span  		      > <a href="#" title="Bug613"  		      >Functor</a -		      > (<a href="#" title="Data.Either" -		      >Either</a -		      > a)</span +		      > (Either a)</span  		    > <a href="#" class="selflink"  		    >#</a  		    ></td @@ -128,11 +126,7 @@  			><p class="src"  			><a href="#"  			  >fmap</a -			  > :: (a0 -> b) -> <a href="#" title="Data.Either" -			  >Either</a -			  > a a0 -> <a href="#" title="Data.Either" -			  >Either</a -			  > a b <a href="#" class="selflink" +			  > :: (a0 -> b) -> Either a a0 -> Either a b <a href="#" class="selflink"  			  >#</a  			  ></p  			></div  | 
