mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
10 lines
152 B
Plaintext
10 lines
152 B
Plaintext
abstract Zero = {
|
|
cat
|
|
S ; NP ; VP ; V2 ;
|
|
fun
|
|
Pred : NP -> VP -> S ;
|
|
Compl : V2 -> NP -> VP ;
|
|
John, Mary : NP ;
|
|
Love : V2 ;
|
|
}
|