mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 12:26:30 -06:00
added this_Quant, that_Quant
This commit is contained in:
@@ -180,6 +180,12 @@ genNum : Gender -> Number -> GenNum = \g,n ->
|
||||
Sg => GSg g ;
|
||||
Pl => GPl
|
||||
} ;
|
||||
|
||||
nnum2num : NNumber -> Number = \n ->
|
||||
case n of {
|
||||
NNum n => n ;
|
||||
NCountable => Pl
|
||||
} ;
|
||||
|
||||
auxBe = {
|
||||
present : Number => Person => Str
|
||||
|
||||
Reference in New Issue
Block a user