mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 18:48:37 -06:00
added inherent parameters for pronouns
This commit is contained in:
@@ -153,7 +153,7 @@ oper mkAdv : Str -> Adv =
|
||||
|
||||
param Case = Acc | Dat ;
|
||||
param Role = RSubj | RObj Case | RPrep ;
|
||||
oper Pron = {s : Role => Str; clitic : Case => Str} ;
|
||||
oper Pron = {s : Role => Str; clitic : Case => Str; g : GenNum; p : Person} ;
|
||||
|
||||
genNum : Gender -> Number -> GenNum = \g,n ->
|
||||
case n of {
|
||||
|
||||
Reference in New Issue
Block a user