forked from GitHub/gf-rgl
forgotten ExtendTur.gf
This commit is contained in:
10
src/turkish/ExtendTur.gf
Normal file
10
src/turkish/ExtendTur.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
concrete ExtendTur of Extend = CatTur ** open ResTur in {
|
||||
|
||||
lin
|
||||
GenModNP num np cn = {
|
||||
s = \\c => np.s ! Nom ++ num.s ! num.n ! c ++ cn.gen ! num.n ! np.a ;
|
||||
h = cn.h ;
|
||||
a = {n=num.n; p=P3} ;
|
||||
} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user