Files
gf-rgl/src/swahili/old/SentenceSwa.gf
2020-06-05 21:18:43 +02:00

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 ;
}