(Ara) Minor fixes

This commit is contained in:
Inari Listenmaa
2018-11-07 11:30:00 +01:00
parent ff9a164884
commit 2888073c44
2 changed files with 2 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
}
};