1
0
forked from GitHub/gf-rgl

forgotten ExtendTur.gf

This commit is contained in:
krangelov
2020-04-30 09:26:19 +02:00
parent 0f0bc4e346
commit 6d68a94c67

10
src/turkish/ExtendTur.gf Normal file
View 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} ;
} ;
}