aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/Properties.html
diff options
context:
space:
mode:
Diffstat (limited to 'html-test/ref/Properties.html')
-rw-r--r--html-test/ref/Properties.html16
1 files changed, 13 insertions, 3 deletions
diff --git a/html-test/ref/Properties.html b/html-test/ref/Properties.html
index 9299486c..daabe6c4 100644
--- a/html-test/ref/Properties.html
+++ b/html-test/ref/Properties.html
@@ -46,7 +46,11 @@
><li class="src short"
><a href="#"
>fib</a
- > :: Integer -&gt; Integer</li
+ > :: <a href="#" title="Prelude"
+ >Integer</a
+ > -&gt; <a href="#" title="Prelude"
+ >Integer</a
+ ></li
></ul
></details
></div
@@ -57,13 +61,19 @@
><p class="src"
><a id="v:fib" class="def"
>fib</a
- > :: Integer -&gt; Integer <a href="#" class="selflink"
+ > :: <a href="#" title="Prelude"
+ >Integer</a
+ > -&gt; <a href="#" title="Prelude"
+ >Integer</a
+ > <a href="#" class="selflink"
>#</a
></p
><div class="doc"
><p
>Fibonacci number of given <code
- >Integer</code
+ ><a href="#" title="Prelude"
+ >Integer</a
+ ></code
>.</p
><pre
>fib n &lt;= fib (n + 1)</pre