forked from GitHub/gf-core
completed French ordinals and thereby French/Romance
This commit is contained in:
@@ -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 = <>};
|
||||
</pre>
|
||||
(Notice that the latter translation is type-correct because of
|
||||
|
||||
Reference in New Issue
Block a user