summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2007-05-11 13:35:43 +0000
committerbringert <bringert@cs.chalmers.se>2007-05-11 13:35:43 +0000
commiteb89dc2dfee01b356c000a3f7204588cfb97cfa0 (patch)
treecfcbed39f4f3e09a72032f8f61b51a2dcd2782db /doc
parent97462f7e83dcc723d681a1992ad020ec3c1fb597 (diff)
Fixed < > encoding in int parameter example in gf-history.
Diffstat (limited to 'doc')
-rw-r--r--doc/gf-history.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/gf-history.html b/doc/gf-history.html
index 43490850d..6a60fb4aa 100644
--- a/doc/gf-history.html
+++ b/doc/gf-history.html
@@ -202,11 +202,11 @@ value <tt>0</tt> for other integers (which are never negative). This parameter c
be used e.g. in calculating number agreement,
<pre>
Risala i = {s = i.s ++ table (Predef.Ints 1 * Predef.Ints 9) {
- <0,1> => "risalah" ;
- <0,2> => "risalatan" ;
- <0,_> | <1,0> => "rasail" ;
- _ => "risalah"
- } ! <i.size,i.last>
+ &lt;0,1&gt; =&gt; "risalah" ;
+ &lt;0,2&gt; =&gt; "risalatan" ;
+ &lt;0,_&gt; | &lt;1,0&gt; =&gt; "rasail" ;
+ _ =&gt; "risalah"
+ } ! &lt;i.size,i.last&gt;
} ;
</pre>
Notice that the table has to be typed explicitly for <tt>Ints k</tt>,