mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 07:12:50 -06:00
11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
concrete NDPredChi of NDPred =
|
|
CatChi [NP,Utt,IP,IAdv,IComp,Conj,RS,RP,Subj] **
|
|
NDPredFunctor
|
|
with
|
|
(PredInterface = PredInstanceChi),
|
|
(Pred = PredChi) ** open PredChi in {
|
|
|
|
lincat Ant = PredChi.Ant ;
|
|
|
|
}
|