forked from GitHub/gf-core
12 lines
282 B
Plaintext
12 lines
282 B
Plaintext
abstract ExtraGreAbs = Extra ** {
|
|
|
|
fun
|
|
TPasse, TImperf : Tense ;
|
|
|
|
|
|
theyFem_Pron: Pron ;
|
|
theyNeut_Pron: Pron ;
|
|
|
|
UttImpSgImperf : Pol -> Imp -> Utt; -- (don't) love yourself
|
|
UttImpPlImperf : Pol -> Imp -> Utt; -- (don't) love yourselves
|
|
} |