summaryrefslogtreecommitdiff
path: root/next-lib/src/russian/DiffRus.gf
blob: a29690e866f2a9debbcf6a93c74014e725acded5 (plain)
1
2
3
4
5
6
7
8
9
instance DiffRus of DiffSlavic = open CommonSlavic, Prelude in {

  param
    PrepKind   = PrepOther | PrepVNa;
    Case  = Nom | Gen | Dat | Acc | Inst | Prepos PrepKind ;

    NForm = NF Number Case ;

}