mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 08:42:50 -06:00
added to Romance the constructs missing for Query
This commit is contained in:
@@ -56,4 +56,10 @@ incomplete concrete AdjectiveRomance of Adjective =
|
||||
isPre = False ---- A2 has no isPre
|
||||
} ;
|
||||
|
||||
AdvAP ap adv = {
|
||||
s = \\a => ap.s ! a ++ adv.s ;
|
||||
isPre = False
|
||||
} ;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user