1
0
forked from GitHub/gf-rgl

added TPastSimple==TPast

This commit is contained in:
Krasimir Angelov
2023-12-15 18:49:21 +01:00
parent e7495e15e5
commit d71ea5d807

View File

@@ -7,4 +7,6 @@ concrete ExtendTur of Extend = CatTur ** open ResTur in {
a = {n=num.n; p=P3} ;
} ;
TPastSimple = {s = []} ** {t = Past} ; --# notpresent
}