mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 14:02:50 -06:00
14 lines
158 B
Plaintext
14 lines
158 B
Plaintext
abstract Tense = {
|
|
|
|
cat
|
|
Pol ;
|
|
Tense ;
|
|
Ant ;
|
|
|
|
fun
|
|
PPos, PNeg : Pol ;
|
|
TPres, TPast, TFut, TCond : Tense ;
|
|
ASimul, AAnter : Ant ;
|
|
|
|
}
|