This commit is contained in:
lizazim
2012-06-10 21:38:10 +00:00
parent 2675fceebe
commit 6944b8644d
30 changed files with 170 additions and 155 deletions
+23
View File
@@ -0,0 +1,23 @@
concrete TenseJpn of Tense = CatJpn ** open ResJpn, ParadigmsJpn, Prelude in {
flags coding = utf8 ;
lin
TTAnt t a = {
s = t.s ++ a.s ;
t = t.t ;
a = a.a
} ;
PPos = {s = [] ; b = Pos} ;
PNeg = {s = [] ; b = Neg} ;
TPres, TCond = {s = [] ; t = ResJpn.TPres} ;
TPast = {s = [] ; t = ResJpn.TPast} ;
TFut = {s = [] ; t = ResJpn.TFut} ;
ASimul = {s = [] ; a = Simul} ;
AAnter = {s = [] ; a = Anter} ;
}