forked from GitHub/gf-core
10 lines
162 B
Plaintext
10 lines
162 B
Plaintext
concrete SentenceSwa of Sentence = CatSwa ** open Prelude, ResSwa in {
|
|
|
|
flags optimize=all_subs ;
|
|
|
|
lin
|
|
PredVP np vp = mkClause (np.s ! Nom) np.a vp ;
|
|
|
|
}
|
|
|