mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-06 21:56:31 -06:00
14 lines
187 B
Plaintext
14 lines
187 B
Plaintext
abstract Sentence = Cat ** {
|
|
|
|
fun
|
|
|
|
PredVP : NP -> VP -> Cl ;
|
|
|
|
SlashV2 : NP -> V2 -> Slash ;
|
|
|
|
AdvSlash : Slash -> Adv -> Slash ;
|
|
|
|
SlashPrep : Cl -> Prep -> Slash ;
|
|
}
|
|
|