some fragments in the Turkish grammar

This commit is contained in:
Krasimir Angelov
2017-08-19 22:04:46 +02:00
parent ca9bc14d02
commit 3201407474
4 changed files with 20 additions and 1 deletions

View 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 ;
} ;
}