mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
9 lines
371 B
Plaintext
9 lines
371 B
Plaintext
incomplete concrete CatSlavic of Cat = open Prelude, CommonSlavic, ResSlavic in {
|
|
|
|
lincat
|
|
CN = {s : NForm => Str; g : Gender; anim : Animacy} ;
|
|
|
|
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} ;
|
|
} |