mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 10:49:33 -06:00
14 lines
335 B
Plaintext
14 lines
335 B
Plaintext
concrete TenseChi of Tense =
|
|
CatChi [Tense,Temp], TenseX [Ant,Pol,AAnter,ASimul,PNeg,PPos] ** open ResChi 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} ;
|
|
|
|
}
|