AdvAP in Dutch and Estonian

This commit is contained in:
krangelov
2021-04-07 00:35:05 +02:00
parent ac8322f907
commit 6bbb0e2487
2 changed files with 4 additions and 0 deletions

View File

@@ -61,4 +61,6 @@ concrete AdjectiveEst of Adjective = CatEst ** open ResEst, Prelude in {
infl = a.infl
} ;
AdvAP ap adv = {s = \\b,af => ap.s ! b ! af ++ adv.s ; infl = ap.infl} ; -- KA: guessed
}