add QuestIComp

This commit is contained in:
Meowyam
2022-01-05 13:26:10 +08:00
committed by Inari Listenmaa
parent a1a5f84708
commit 0c55010376
3 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ concrete CatMay of Cat = CommonX - [IAdv] ** open ResMay, Prelude in {
-- Constructed in QuestionMay.
QCl = ResMay.Clause ;
IComp = SS ; -- interrogative complement of copula e.g. "where"
IComp = {s: Str} ; -- interrogative complement of copula e.g. "where"
IDet = ResMay.Determiner ; -- interrogative determiner e.g. "how many"
IQuant = ResMay.IQuant ; -- interrogative quantifier e.g. "which"
IP = ResMay.IPhrase ; -- interrogative pronoun e.g. "who"