forked from GitHub/gf-rgl
fix word order in AdvAP
This commit is contained in:
@@ -56,7 +56,7 @@ incomplete concrete AdjectiveScand of Adjective =
|
|||||||
|
|
||||||
AdvAP ap adv = {
|
AdvAP ap adv = {
|
||||||
s = \\a => ap.s ! a ++ adv.s ;
|
s = \\a => ap.s ! a ++ adv.s ;
|
||||||
isPre = ap.isPre
|
isPre = False
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
UseA2 a = {
|
UseA2 a = {
|
||||||
|
|||||||
Reference in New Issue
Block a user