mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-06 21:56:31 -06:00
rearranging resource-1.0
This commit is contained in:
13
resource-1.0/abstract/Tense.gf
Normal file
13
resource-1.0/abstract/Tense.gf
Normal file
@@ -0,0 +1,13 @@
|
||||
abstract Tense = {
|
||||
|
||||
cat
|
||||
Pol ;
|
||||
Tense ;
|
||||
Ant ;
|
||||
|
||||
fun
|
||||
PPos, PNeg : Pol ;
|
||||
TPres, TPast, TFut, TCond : Tense ;
|
||||
ASimul, AAnter : Ant ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user