mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
simple problem tracing
This commit is contained in:
13
lib/resource-1.0/gf/Tense.gf
Normal file
13
lib/resource-1.0/gf/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