summaryrefslogtreecommitdiff
path: root/next-lib/src/slavic/ResSlavic.gf
blob: 1f86fbde5eba8aec9246fdff567743a48457674c (plain)
1
2
3
4
5
6
interface ResSlavic = DiffSlavic ** open CommonSlavic, Prelude in {

oper
  Preposition : Type = {s : Str; c : Case};

}