1
0
forked from GitHub/gf-rgl

the names API in more languages

This commit is contained in:
Krasimir Angelov
2023-08-16 19:39:22 +02:00
parent d25d648134
commit 6bc965f6c2
69 changed files with 1584 additions and 270 deletions
+4 -1
View File
@@ -91,7 +91,10 @@ concrete CatEst of Cat = CommonX ** open HjkEst, ResEst, Prelude in {
c2,c3 : Compl ;
isPre,isPre2 : Bool
} ;
GN, SN, LN, PN = {s : Case => Str} ;
PN = {s : Case => Str} ;
LN = {s : Case => Str; n : Number} ;
GN = {s : Case => Str; g : Sex} ;
SN = {s : Sex => Case => Str; pl : Case => Str} ;
linref
VP = \vp -> linV vp.v ;