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

@@ -56,4 +56,6 @@ concrete AdjectiveDut of Adjective = CatDut ** open ResDut, Prelude in
isPre = True
} ;
AdvAP ap adv = {s = \\agr,af => ap.s ! agr ! af ++ adv.s ; isPre = False} ; -- KA: guessed
}