1
0
forked from GitHub/gf-rgl

started a separate module for names

This commit is contained in:
Krasimir Angelov
2023-07-24 17:24:13 +02:00
parent 8b1309c99d
commit 645de9955a
100 changed files with 611 additions and 227 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ lincat
GN = {s : Case => Str; g : Sex};
SN = {s : Sex => Case => Str};
PN = {s : Case => Str; g : AGender; n : Number};
LN, PN = {s : Case => Str; g : AGender; n : Number};
linref
V, VA, VS, V2, V3, V2A, V2S, V2Q, V2V = \v -> v.s ! VInf ++ v.refl ++ v.p;