mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
add TTAnt in CatBul
This commit is contained in:
@@ -115,6 +115,8 @@ concrete CatBul of Cat = open ResBul, Prelude, (R = ParamX) in {
|
|||||||
-- Tense, Anteriority and Polarity functions
|
-- Tense, Anteriority and Polarity functions
|
||||||
|
|
||||||
lin
|
lin
|
||||||
|
TTAnt t a = {s = t.s ++ a.s ; t = t.t ; a = a.a} ;
|
||||||
|
|
||||||
PPos = {s = []} ** {p = R.Pos} ;
|
PPos = {s = []} ** {p = R.Pos} ;
|
||||||
PNeg = {s = []} ** {p = R.Neg} ;
|
PNeg = {s = []} ** {p = R.Neg} ;
|
||||||
TPres = {s = []} ** {t = R.Pres} ;
|
TPres = {s = []} ** {t = R.Pres} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user