Skip to content

Commit 115ad31

Browse files
committed
added lincat CN
1 parent f715e39 commit 115ad31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/macedonian/CatMkd.gf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ concrete CatMkd of Cat = CommonX ** open ResMkd, Prelude in {
33
lincat N = Noun ;
44
lincat N2 = Noun ** {c2 : Compl} ;
55
lincat N3 = Noun ** {c2,c3 : Compl} ;
6+
lincat CN = {s: Species => Number => Str; count_form: Str; vocative: Number => Str; g: Gender} ;
67
lincat V, VA, VV, VS, VQ = Verb ;
78
lincat V2, V2S, V2Q = Verb ** {c2 : Compl} ;
89
lincat V3, V2A, V2V = Verb ** {c2,c3 : Compl} ;

0 commit comments

Comments
 (0)