1
0
forked from GitHub/gf-rgl

fix ExtendSwe.EmptyRelSlash. It should add the n3 field

This commit is contained in:
Krasimir Angelov
2018-05-30 18:04:01 +02:00
parent cac0ffb19b
commit 2a8cbbde74

View File

@@ -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
} ; } ;