new extra Chi constructions for HSK

This commit is contained in:
aarne
2013-10-09 09:52:42 +00:00
parent eff9a3011c
commit 0736a9a2ea
5 changed files with 8 additions and 2 deletions

View File

@@ -208,7 +208,7 @@ oper
mkClauseCompl : Str -> VP -> Str -> Clause = \np,vp,compl -> {
s = \\p,a => np ++ vp.prePart ++ useVerb vp.verb ! p ! a ++ vp.compl ++ compl ;
np = np ;
vp = vp ;
vp = insertObj (ss compl) vp ;
} ;