(Ara) Add هَل in QuestCl, not in UseQCl

This commit is contained in:
Inari Listenmaa
2018-09-21 09:08:11 +02:00
parent 13ccd9d621
commit 341b96da9c
3 changed files with 22 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ concrete QuestionAra of Question = CatAra ** open ResAra, ParamX, Prelude, VerbA
s = \\t,p =>
table {
QIndir => "إِذا" ++ cl.s ! t ! p ! Verbal ;
QDir => cl.s ! t ! p ! Verbal
QDir => "هَل" ++ cl.s ! t ! p ! Verbal
}
};