1
0
forked from GitHub/gf-core

completed French ordinals and thereby French/Romance

This commit is contained in:
aarne
2006-01-24 12:55:30 +00:00
parent 5a84f996b0
commit bcb62c87c5

View File

@@ -593,7 +593,7 @@ a <b>lock field</b>,
cat C ; ===> oper C : Type = T ** {lock_C : {}} ;
lincat C = T ;
fun f : C_1 ... C_n -> C ; ===> oper f : A = \x_1,...,x_n ->
fun f : C_1 ... C_n -> C ; ===> oper f : C_1 ... C_n -> C = \x_1,...,x_n ->
lin f = t ; t x_1 ... x_n ** {lock_C = &lt;>};
</pre>
(Notice that the latter translation is type-correct because of