summaryrefslogtreecommitdiff
path: root/deprecated/old-lib/resource/common/TenseX.gf
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/old-lib/resource/common/TenseX.gf')
-rw-r--r--deprecated/old-lib/resource/common/TenseX.gf18
1 files changed, 18 insertions, 0 deletions
diff --git a/deprecated/old-lib/resource/common/TenseX.gf b/deprecated/old-lib/resource/common/TenseX.gf
new file mode 100644
index 000000000..665bb146d
--- /dev/null
+++ b/deprecated/old-lib/resource/common/TenseX.gf
@@ -0,0 +1,18 @@
+concrete TenseX of Tense = open (R = ParamX) in {
+
+ lincat
+ Tense = {s : Str ; t : R.Tense} ;
+ Ant = {s : Str ; a : R.Anteriority} ;
+ Pol = {s : Str ; p : R.Polarity} ;
+
+ lin
+ PPos = {s = []} ** {p = R.Pos} ;
+ PNeg = {s = []} ** {p = R.Neg} ;
+ TPres = {s = []} ** {t = R.Pres} ;
+ TPast = {s = []} ** {t = R.Past} ;
+ TFut = {s = []} ** {t = R.Fut} ;
+ TCond = {s = []} ** {t = R.Cond} ;
+ ASimul = {s = []} ** {a = R.Simul} ;
+ AAnter = {s = []} ** {a = R.Anter} ;
+
+}