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/Properties.html | |
parent | 39a35291045de99b2dabb9cddf5bb16d294c2f3b (diff) |
html-test: Accept output
Diffstat (limited to 'html-test/ref/Properties.html')
-rw-r--r-- | html-test/ref/Properties.html | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/html-test/ref/Properties.html b/html-test/ref/Properties.html index daabe6c4..9299486c 100644 --- a/html-test/ref/Properties.html +++ b/html-test/ref/Properties.html @@ -46,11 +46,7 @@ ><li class="src short" ><a href="#" >fib</a - > :: <a href="#" title="Prelude" - >Integer</a - > -> <a href="#" title="Prelude" - >Integer</a - ></li + > :: Integer -> Integer</li ></ul ></details ></div @@ -61,19 +57,13 @@ ><p class="src" ><a id="v:fib" class="def" >fib</a - > :: <a href="#" title="Prelude" - >Integer</a - > -> <a href="#" title="Prelude" - >Integer</a - > <a href="#" class="selflink" + > :: Integer -> Integer <a href="#" class="selflink" >#</a ></p ><div class="doc" ><p >Fibonacci number of given <code - ><a href="#" title="Prelude" - >Integer</a - ></code + >Integer</code >.</p ><pre >fib n <= fib (n + 1)</pre |