forked from GitHub/gf-core
13 lines
104 B
Plaintext
13 lines
104 B
Plaintext
abstract Koe = {
|
|
|
|
cat S ; NP ; VP ;
|
|
|
|
fun
|
|
Pred : NP -> VP -> S ;
|
|
|
|
He, She : NP ;
|
|
|
|
Strong : VP ;
|
|
|
|
}
|