forked from GitHub/gf-core
10 lines
262 B
Plaintext
10 lines
262 B
Plaintext
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)) ;
|
|
|
|
}
|