1
0
forked from GitHub/gf-rgl

(Kor) Adv, AdA and AP related functions

This commit is contained in:
Inari Listenmaa
2020-03-25 13:42:22 +01:00
parent c49bcb2f69
commit cfdc4d9955
6 changed files with 31 additions and 22 deletions

View File

@@ -52,7 +52,7 @@ concrete AdjectiveKor of Adjective = CatKor ** open ResKor, Prelude in {
-- An adjectival phrase can be modified by an *adadjective*, such as "very".
-- : AdA -> AP -> AP ;
-- AdAP ada ap = ap ** { } ;
AdAP ada ap = ap ** {s = \\af => ada.s ++ ap.s ! af} ;
-- It can also be postmodified by an adverb, typically a prepositional phrase.