1
0
forked from GitHub/gf-rgl

(Hun) Add number as a parameter to APs complement

This commit is contained in:
Inari Listenmaa
2020-04-26 14:15:31 +02:00
parent d7e10e843b
commit b723ae1a75
6 changed files with 16 additions and 16 deletions
+3 -2
View File
@@ -306,12 +306,13 @@ oper
AdjPhrase : Type = {
s : Number => Case => Str ;
compar : Str -- Discontinuous: Én *nagyobb* vagyok *nálad*.
compl : Number => Str -- Discontinuous comparative: Én nagyobb vagyok nálad.
-- This depends on Number to allow postmodifier APs.
} ;
emptyAP : AdjPhrase = {
s = \\_,_ => [] ;
compar = [] ;
compl = \\_ => [] ;
} ;
Adjective : Type = {