added simple tenses

This commit is contained in:
krangelov
2019-09-03 21:37:14 +02:00
parent 026ecba0e7
commit b53ac90c3c
7 changed files with 22 additions and 21 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ concrete VerbTur of Verb = CatTur ** open ResTur in {
-- TODO: test this and fix.
ComplVS vs s = {
s = \\vf => s.s ! SubordSuffixDik ++ vs.s ! vf
s = \\vf => s.subord ++ vs.s ! vf
} ;
}