fix some warnings in the compilation of Turkish

This commit is contained in:
Krasimir Angelov
2017-08-19 23:34:59 +02:00
parent 128cae61d5
commit d0c7531dfa
5 changed files with 77 additions and 77 deletions
-1
View File
@@ -14,7 +14,6 @@ resource ResTur = ParamX ** open Prelude, Predef, HarmonyTur in {
oper
Agr = {n : Number ; p : Person} ;
Compl = {s : Str; c : Case} ;
Noun = {s : Number => Case => Str; gen : Number => Agr => Str; harmony : Harmony} ;
Pron = {s : Case => Str; a : Agr} ;