mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-26 11:36:27 -06:00
fixed Slash functions (#458)
This commit is contained in:
committed by
GitHub
parent
bb5107fa99
commit
f85fa84ae0
@@ -41,7 +41,7 @@ lin
|
||||
adv=vps.adv ! np.a ; -- ??
|
||||
verb=vps.verb ;
|
||||
dep=vps.dep ;
|
||||
compl=\\p => vps.compl ! p ! np.a ; -- ??
|
||||
compl=\\p => vps.compl1 ! p ! np.a ++ vps.compl2 ! p ! np.a; -- ??
|
||||
a=np.a ;
|
||||
c=vps.c
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user