mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 16:52:50 -06:00
13 lines
150 B
Plaintext
13 lines
150 B
Plaintext
interface DiffScand = {
|
|
|
|
param
|
|
Gender ;
|
|
|
|
oper
|
|
neutrum, utrum : Gender ;
|
|
|
|
conjThat : Str ;
|
|
conjThan : Str ;
|
|
infMark : Str ;
|
|
}
|