1
0
forked from GitHub/gf-core
Files
gf-core/src/GF/Canon/GFCC/doc/Ex.gf
2006-10-02 15:40:15 +00:00

9 lines
115 B
Plaintext

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