summaryrefslogtreecommitdiff
path: root/src/GF/GFCC/doc/Ex.gf
blob: bd0b034837d4cf0f876752ae898c439cf7906b5e (plain)
1
2
3
4
5
6
7
8
abstract Ex = {
  cat 
    S ; NP ; VP ;
  fun 
    Pred : NP -> VP -> S ;
    She, They : NP ;
    Sleep : VP ;
}