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

@@ -1,7 +1,7 @@
concrete PhraseChi of Phrase = CatChi ** open Prelude, ResChi in {
lin
PhrUtt pconj utt voc = {s = pconj.s ++ voc.s ++ utt.s} ;
PhrUtt pconj utt voc = {s = pconj.s ++ voc.s ++ chcomma ++ utt.s} ;
UttS s = s ;
UttQS qs = qs ;