forked from GitHub/gf-rgl
fix ExtendSwe.EmptyRelSlash. It should add the n3 field
This commit is contained in:
@@ -41,7 +41,7 @@ concrete ExtendSwe of Extend = CatSwe **
|
|||||||
} ;
|
} ;
|
||||||
EmptyRelSlash slash = {
|
EmptyRelSlash slash = {
|
||||||
s = \\t,a,p,ag,_ =>
|
s = \\t,a,p,ag,_ =>
|
||||||
slash.s ! t ! a ! p ! Sub ++ slash.c2.s ;
|
slash.s ! t ! a ! p ! Sub ++ slash.n3 ! ag ++ slash.c2.s ;
|
||||||
c = NPAcc
|
c = NPAcc
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user