1
0
forked from GitHub/gf-rgl

Pinyin versions of chinese, named Cmn; mostly automatically generated

This commit is contained in:
aarne
2012-10-15 12:51:55 +00:00
parent 8c7d3bb6e0
commit 39b53acb5c
28 changed files with 1812 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
concrete TenseCmn of Tense =
CatCmn [Tense,Temp], TenseX [Ant,Pol,AAnter,ASimul,PNeg,PPos] ** open ResCmn in {
lin
TTAnt t a = {s = t.s ++ a.s ; t = t.t} ;
---- ??
TPres = {s = [] ; t = APlain} ;
TPast = {s = [] ; t = APerf} ;
TFut = {s = [] ; t = ADurProg} ;
TCond = {s = [] ; t = ADurStat} ;
}