Made adjustments to thisQuant and That_Quant

This commit is contained in:
David Bamutura
2019-05-10 18:23:44 +02:00
parent e8cce483c5
commit 681e459d0b
2 changed files with 38 additions and 38 deletions
+2 -2
View File
@@ -135,8 +135,8 @@ here_Adv = {s = "hanu"; agr = AgrNo};
-}
that_Quant = {s=[]; s2 = mkThat; doesAgree = True}; --: Quant ;
this_Quant = {s=[]; s2 = mkThis; doesAgree = True}; --: Quant ;
these_Quant = {s =[]; s2 = mkThese; doesAgree = True};
those_Quant = {s =[]; s2 = mkThose; doesAgree = True};
--these_Quant = {s =[]; s2 = mkThese; doesAgree = True};
--those_Quant = {s =[]; s2 = mkThose; doesAgree = True};
no_Quant = {s ="tihariho"; s2 =\\_=> []; doesAgree = False};--: Quant ;
{-End of Quantifiers-}