changed a runtime + to BIND in Amharic

This commit is contained in:
aarneranta
2024-12-20 11:17:11 +01:00
parent 643ea07c3b
commit 8613a78929

View File

@@ -995,8 +995,8 @@ pronNP : (N,A,G,D : Str) -> PerNumGen -> NP = \N,A,G,D,png-> {
{ {
s = \\c =>case c of s = \\c =>case c of
{ {
Gen|Dat => affix!c + word; Gen|Dat => affix!c ++ Predef.BIND ++ word;
_ => word + affix!c _ => word ++ Predef.BIND ++ affix!c
}; };
a = {png = Per3 n Masc ; isPron = False }; a = {png = Per3 n Masc ; isPron = False };
lock_NP = <> lock_NP = <>