mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 23:02:50 -06:00
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)) ;
|
|
|
|
}
|