1
0
forked from GitHub/gf-rgl

(Ara) Add can_VV; make أَنْ a default c2 for VVs

This commit is contained in:
Inari Listenmaa
2018-10-01 11:52:46 +02:00
parent cf93875bfa
commit 3edc34ed56
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -536,7 +536,7 @@ resource ParadigmsAra = open
mkVS v = v ** {lock_VS = <>} ;
mkVQ v = v ** {lock_VQ = <>} ;
regVV : V -> VV = \v -> lin VV v ** {c2 = []} ;
regVV : V -> VV = \v -> lin VV v ** {c2 = "أَنْ"} ;
c2VV : V -> Str -> VV = \v,prep -> regVV v ** {c2 = prep} ;
V0 : Type = V ;