mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-27 11:56:29 -06:00
NewDictFin with standard RGL categories. DictFin is a union of this and OldDictFin.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user