From e5046b7e6d55da175a511ecb70342e8d7ccead54 Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 28 Jul 2015 10:58:00 +0000 Subject: [PATCH] FoodsTur.gf: use Predef.BIND instead of "&+" ...for better results when used with the C run-time system. --- examples/foods/FoodsTur.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/foods/FoodsTur.gf b/examples/foods/FoodsTur.gf index 9d6cd0350..9347a6bf7 100644 --- a/examples/foods/FoodsTur.gf +++ b/examples/foods/FoodsTur.gf @@ -26,7 +26,7 @@ concrete FoodsTur of Foods = open Predef in { -- Reason for excluding plural form of copula: In Turkish if subject is not a human being, -- then singular form of copula is used regardless of the number of subject. Since all -- possible subjects are non human, copula do not need to have plural form. - Pred item quality = {s = item.s ++ quality.s ++ "&+" ++ copula ! quality.softness ! quality.h} ;--! item.n} ; + Pred item quality = {s = item.s ++ quality.s ++ BIND ++ copula ! quality.softness ! quality.h} ;--! item.n} ; Mod quality kind = {s = case quality.c of { Nom => \\t,n => quality.s ++ kind.s ! t ! n ; Gen => \\t,n => quality.s ++ kind.s ! Gen ! n