1
0
forked from GitHub/gf-rgl

(Ara) Remove unnecessary field from VV

This commit is contained in:
Inari Listenmaa
2018-09-26 14:59:47 +02:00
parent 8174fd55a8
commit 6e433fdb48
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -519,7 +519,7 @@ resource ParadigmsAra = open
mkVS v = v ** {lock_VS = <>} ;
mkVQ v = v ** {lock_VQ = <>} ;
regVV : V -> VV = \v -> lin VV v ** {isAux = False; c2 = []} ;
regVV : V -> VV = \v -> lin VV v ** {c2 = []} ;
c2VV : V -> Str -> VV = \v,prep -> regVV v ** {c2 = prep} ;
V0 : Type = V ;