summaryrefslogtreecommitdiff
path: root/examples/lrec-tutorial/Zero.gf
blob: 5ff16de34ed894a18a22cd562fe1033717aca74c (plain)
1
2
3
4
5
6
7
8
9
abstract Zero = {
  cat  
    S ; NP ; VP ; V2 ;
  fun
    Pred  : NP -> VP -> S ;
    Compl : V2 -> NP -> VP ;
    John, Mary : NP ;
    Love : V2 ;
}