mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09:42:50 -06:00
using le for AAnter in Chi; adjustments of CompAP rules in Chi
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
concrete CatChi of Cat = CommonX - [Tense, Temp, Adv] ** open ResChi, Prelude in {
|
||||
concrete CatChi of Cat = CommonX - [Tense, Temp, Ant, Adv] ** open ResChi, Prelude in {
|
||||
|
||||
lincat
|
||||
|
||||
@@ -81,6 +81,6 @@ concrete CatChi of Cat = CommonX - [Tense, Temp, Adv] ** open ResChi, Prelude in
|
||||
|
||||
Temp = {s : Str ; t : Aspect} ;
|
||||
Tense = {s : Str ; t : Aspect} ;
|
||||
|
||||
Ant = {s : Str ; t : Aspect} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user