mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 09:52:55 -06:00
fix: ASimul and AAnter are redundant in CatBul
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
concrete CatBul of Cat = CommonX - [AAnter,ASimul,IAdv,CAdv] ** open ResBul, Prelude, (R = ParamX) in {
|
concrete CatBul of Cat = CommonX - [IAdv,CAdv] ** open ResBul, Prelude, (R = ParamX) in {
|
||||||
|
|
||||||
flags
|
flags
|
||||||
coding=cp1251; optimize=all_subs;
|
coding=cp1251; optimize=all_subs;
|
||||||
@@ -87,11 +87,4 @@ concrete CatBul of Cat = CommonX - [AAnter,ASimul,IAdv,CAdv] ** open ResBul, Pre
|
|||||||
N2 = {s : NForm => Str; g : AGender} ** {c2 : Preposition} ;
|
N2 = {s : NForm => Str; g : AGender} ** {c2 : Preposition} ;
|
||||||
N3 = {s : NForm => Str; g : AGender} ** {c2,c3 : Preposition} ;
|
N3 = {s : NForm => Str; g : AGender} ** {c2,c3 : Preposition} ;
|
||||||
PN = {s : Str; g : Gender} ;
|
PN = {s : Str; g : Gender} ;
|
||||||
|
|
||||||
|
|
||||||
-- Tense, Anteriority and Polarity functions
|
|
||||||
|
|
||||||
lin
|
|
||||||
ASimul = {s = []} ** {a = R.Simul} ;
|
|
||||||
AAnter = {s = []} ** {a = R.Anter} ; --# notpresent
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user