mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 03:58:34 -06:00
allow post-position adjectives. added as_CAdv
This commit is contained in:
@@ -6,7 +6,7 @@ concrete AdjectiveBul of Adjective = CatBul ** open ResBul, Prelude in {
|
||||
PositA a = {
|
||||
s = \\aform,_ => a.s ! aform ;
|
||||
adv = a.adv ;
|
||||
isPre = True
|
||||
isPre = a.isPre
|
||||
} ;
|
||||
|
||||
ComparA a np = {
|
||||
|
||||
Reference in New Issue
Block a user