1
0
forked from GitHub/gf-rgl

fix word order of question

This commit is contained in:
Meowyam
2021-11-15 12:19:31 +08:00
committed by Inari Listenmaa
parent 23493335bb
commit b8a1a72cca
5 changed files with 46 additions and 15 deletions

View File

@@ -56,7 +56,7 @@ concrete NounEng of Noun = CatEng ** open MorphoEng, ResEng, Prelude in {
DetNP det = {
-- s = case det.hasNum of {True => \\_ => det.s ; _ => \\c => det.sp ! c} ;
s = det.sp ! Neutr ! False ;
s = \\c => det.sp ! Neutr ! False ! c ++ "whatevr" ;
a = agrP3 det.n
} ;