fix word order of question

This commit is contained in:
Meowyam
2021-11-15 12:19:31 +08:00
parent 27925cd4ce
commit 7daf14378d
5 changed files with 46 additions and 15 deletions
+1 -1
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
} ;