summaryrefslogtreecommitdiff
path: root/next-lib/src/slavic/CatSlavic.gf
blob: 1a08837026d0148ead46cbfa7e88f63243e9f346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
incomplete concrete CatSlavic of Cat = open Prelude, CommonSlavic, ResSlavic in {

lincat
  CN = {s : NForm => Str; g : Gender; anim : Animacy} ;

  Subj = {s : Str} ;
  Prep = {s : Str; c: Case} ;

  N  = {s : NForm => Str; g : Gender; anim : Animacy} ;
  N2 = {s : NForm => Str; g : Gender; anim : Animacy} ** {c2 : Preposition} ;
  N3 = {s : NForm => Str; g : Gender; anim : Animacy} ** {c2,c3 : Preposition} ;
}