forked from GitHub/gf-core
gf-book web page index and toc
This commit is contained in:
11
gf-book/examples/chapter3/Discont.gf
Normal file
11
gf-book/examples/chapter3/Discont.gf
Normal file
@@ -0,0 +1,11 @@
|
||||
abstract Discont = {
|
||||
cat
|
||||
S ; Cl ; NP ; VP ; AP ;
|
||||
fun
|
||||
DeclCl : Cl -> S ;
|
||||
QuestCl : Cl -> S ;
|
||||
PredVP : NP -> VP -> Cl ;
|
||||
CompAP : AP -> VP ;
|
||||
John : NP ;
|
||||
Old : AP ;
|
||||
}
|
||||
Reference in New Issue
Block a user