forked from GitHub/gf-core
parsable demo of resource, without VP
This commit is contained in:
9
lib/resource-1.4/demo/ClauseI.gf
Normal file
9
lib/resource-1.4/demo/ClauseI.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
incomplete concrete ClauseI of Clause = Cat ** open Grammar in {
|
||||
|
||||
lin
|
||||
PredV np v = PredVP np (UseV v) ;
|
||||
PredV2 s v o = PredVP s (ComplSlash (SlashV2a v) o) ;
|
||||
PredAP s a = PredVP s (UseComp (CompAP a)) ;
|
||||
PredAdv s a = PredVP s (UseComp (CompAdv a)) ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user