forked from GitHub/gf-core
17 lines
361 B
Plaintext
17 lines
361 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
abstract ExtraLavAbs = Extra ** {
|
|
fun
|
|
to8uz_Prep : Prep ; -- "to" in the sense of "uz" (direction)
|
|
|
|
i8fem_Pron : Pron ;
|
|
we8fem_Pron : Pron ;
|
|
youSg8fem_Pron : Pron ;
|
|
youPol8fem_Pron : Pron ;
|
|
youPl8fem_Pron : Pron ;
|
|
they8fem_Pron : Pron ;
|
|
it8fem_Pron : Pron ;
|
|
|
|
have_V3 : V3 ;
|
|
}
|