1
0
forked from GitHub/gf-rgl

(Kor) Use all fields of VP in EmbedVP + tweak linref for VP

This commit is contained in:
Inari Listenmaa
2020-05-21 14:17:52 +02:00
parent 5153005d51
commit ef364c295f
4 changed files with 5 additions and 4 deletions

View File

@@ -372,6 +372,6 @@ oper
-- linrefs
linVerb : Verb -> Str = \v -> v.s ! linVF ;
linVP : VerbPhrase -> Str = \vp -> vp.nObj ++ vp.adv ++ vp.s ! linVF ;
linVP : VForm -> VerbPhrase -> Str = \vf,vp -> vp.nObj ++ vp.adv ++ vp.s ! vf ;
}