mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 19:18:34 -06:00
the names API in more languages
This commit is contained in:
@@ -56,9 +56,10 @@ lincat
|
||||
N2 = {s : Case => Number => Str; g : AGender; c : Prep} ;
|
||||
N3 = {s : Case => Number => Str; g : AGender; c : Prep} ;
|
||||
|
||||
GN = {s : Case => Str; g : Sex};
|
||||
SN = {s : Sex => Case => Str};
|
||||
LN, PN = {s : Case => Str; g : AGender; n : Number};
|
||||
PN = {s : Case => Str; g : AGender; n : Number};
|
||||
LN = {s : Case => Str; g : AGender; n : Number};
|
||||
GN = {s : Case => Str; g : P.Sex};
|
||||
SN = {s : P.Sex => Case => Str};
|
||||
|
||||
linref
|
||||
V, VA, VS, V2, V3, V2A, V2S, V2Q, V2V = \v -> v.s ! VInf ++ v.refl ++ v.p;
|
||||
|
||||
Reference in New Issue
Block a user