forked from GitHub/gf-core
7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
interface ResSlavic = DiffSlavic ** open CommonSlavic, Prelude in {
|
|
|
|
oper
|
|
Preposition : Type = {s : Str; c : Case};
|
|
|
|
}
|