forked from GitHub/gf-core
add N2, N3 and PN
This commit is contained in:
@@ -65,4 +65,7 @@ concrete CatBul of Cat = CommonX ** open ResBul, Prelude in {
|
||||
A2 = {s : AForm => Str ; c2 : Str} ;
|
||||
|
||||
N = {s : NForm => Str; g : DGender} ;
|
||||
N2 = {s : NForm => Str; g : DGender} ** {c2 : Str} ;
|
||||
N3 = {s : NForm => Str; g : DGender} ** {c2,c3 : Str} ;
|
||||
PN = {s : Str; g : Gender} ;
|
||||
}
|
||||
Reference in New Issue
Block a user