mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
abstract Clause = Cat ** {
|
|
|
|
fun
|
|
PredV : NP -> V -> Cl ;
|
|
PredV2 : NP -> V2 -> NP -> Cl ;
|
|
PredAP : NP -> AP -> Cl ;
|
|
PredAdv : NP -> Adv -> Cl ;
|
|
|
|
}
|