mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 12:08:34 -06:00
zulu inclusion
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
concrete TempExtZul of TempExt = CatZul ** open ResZul in {
|
||||
|
||||
lin
|
||||
TPresTemp = { s = [] ; t = PresTense } ;
|
||||
TPastTemp = { s = [] ; t = PastTense } ;
|
||||
TFutTemp = { s = [] ; t = FutTense } ;
|
||||
TRemFutTemp = { s = [] ; t = RemFutTense } ;
|
||||
TRemPastTemp = { s = [] ; t = RemPastTense } ;
|
||||
}
|
||||
Reference in New Issue
Block a user