1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/swahili/SentenceSwa.gf

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