mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 14:29:31 -06:00
9 lines
115 B
Plaintext
9 lines
115 B
Plaintext
abstract Ex = {
|
|
cat
|
|
S ; NP ; VP ;
|
|
fun
|
|
Pred : NP -> VP -> S ;
|
|
She, They : NP ;
|
|
Sleep : VP ;
|
|
}
|