1
0
forked from GitHub/gf-rgl

record extension typs checking fixed

This commit is contained in:
aarne
2005-04-25 17:19:32 +00:00
parent 7bfb963a8e
commit 590a0dd50e
8 changed files with 10 additions and 13 deletions

View File

@@ -68,6 +68,7 @@ lincat
V2S = TransVerb ;
V2Q = TransVerb ;
V2V = TransVerb ** {s4 : Str} ;
----V2V = {s : VForm => Str ; s1 : Particle ; s3, s4 : Str} ;
V2A = TransVerb ;
V0 = Verb ;

View File

@@ -86,7 +86,7 @@ lin
AdjPart = adjPastPart ;
UseV2V x = x ** {isAux = False} ;
UseV2V x = verb2aux x ** {isAux = False} ;
UseV2S x = x ;
UseV2Q x = x ;
UseA2S x = x ;