mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-12 16:40:11 -06:00
10 lines
302 B
Plaintext
Executable File
10 lines
302 B
Plaintext
Executable File
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 } ;
|
|
}
|