NewDictFin with standard RGL categories. DictFin is a union of this and OldDictFin.

This commit is contained in:
Aarne Ranta
2018-08-23 16:40:48 +02:00
parent e124f69170
commit 07b99f455f
7 changed files with 168252 additions and 84107 deletions
+4 -4
View File
@@ -411,10 +411,10 @@ mkVS = overload {
accPrep : Prep =
lin Prep {c = NPAcc ; s = <[],[],\\_ => []>} ;
NK = {s : NForms ; lock_NK : {}} ;
AK = {s : NForms ; lock_AK : {}} ;
VK = {s : VForms ; lock_VK : {}} ;
AdvK = {s : Str ; lock_AdvK : {}} ;
NK = {s : NForms} ; --- lock_NK : {}} ;
AK = {s : NForms} ; --- lock_AK : {}} ;
VK = {s : VForms} ; --- lock_VK : {}} ;
AdvK = {s : Str} ; --- lock_AdvK : {}} ;
mkN = overload {