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

@@ -25,8 +25,8 @@ concrete CatMay of Cat = CommonX ** open ResMay, Prelude in {
QCl = ResMay.Clause ;
IComp = SS ; -- interrogative complement of copula e.g. "where"
IDet = ResMay.Determiner ; -- interrogative determiner e.g. "how many"
IQuant = ResMay.Quant ; -- interrogative quantifier e.g. "which"
IP = ResMay.NounPhrase ; -- interrogative pronoun e.g. "who"
IQuant = ResMay.IQuant ; -- interrogative quantifier e.g. "which"
IP = ResMay.IPhrase ; -- interrogative pronoun e.g. "who"
--2 Subord clauses and pronouns