mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-06 21:56:31 -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 ;
|
|
}
|