forked from GitHub/gf-rgl
some fragments in the Turkish grammar
This commit is contained in:
10
src/turkish/AdjectiveTur.gf
Normal file
10
src/turkish/AdjectiveTur.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
concrete AdjectiveTur of Adjective = CatTur ** open ResTur, Prelude in {
|
||||
|
||||
lin
|
||||
PositA a = {s=a.s} ;
|
||||
|
||||
ComparA a np = {
|
||||
s = \\n,c => np.s ! Ablat ++ a.s ! n ! c ;
|
||||
} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user