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

@@ -36,4 +36,8 @@ concrete NounTur of Noun = CatTur ** open ResTur, Prelude in {
} ;
UseN n = n ;
}
AdjCN ap cn = {
s = \\n,c => ap.s ! n ! c ++ cn.s ! n ! c
} ;
}