mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 11:38:34 -06:00
added missing files
This commit is contained in:
@@ -162,7 +162,14 @@ oper mkAdv : Str -> Adv =
|
||||
|
||||
param Case = Acc | Dat ;
|
||||
param Role = RSubj | RObj Case | RPrep ;
|
||||
oper Pronoun = {s : Role => Str; clitic : Case => Str; g : GenNum; p : Person} ;
|
||||
oper Pronoun = {
|
||||
s : Role => Str;
|
||||
clitic : Case => Str;
|
||||
poss : Species => GenNum => Str ;
|
||||
poss_clitic : Str ;
|
||||
g : GenNum;
|
||||
p : Person
|
||||
} ;
|
||||
|
||||
genNum : Gender -> Number -> GenNum = \g,n ->
|
||||
case n of {
|
||||
|
||||
Reference in New Issue
Block a user