mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
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