Files
gf-core/src/GF/GFCC/doc/Ex.gf
2007-10-05 13:38:10 +00:00

9 lines
115 B
Plaintext

abstract Ex = {
cat
S ; NP ; VP ;
fun
Pred : NP -> VP -> S ;
She, They : NP ;
Sleep : VP ;
}