fix word order in AdvAP

This commit is contained in:
krangelov
2021-03-13 20:13:21 +01:00
parent 88b3974bee
commit 4e39ada69b

View File

@@ -56,7 +56,7 @@ incomplete concrete AdjectiveScand of Adjective =
AdvAP ap adv = {
s = \\a => ap.s ! a ++ adv.s ;
isPre = ap.isPre
isPre = False
} ;
UseA2 a = {